From 6644d2b07e885db614c42034285970e95b1a271e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 22 Apr 2023 20:47:13 +0200 Subject: [PATCH] build(ui): fix test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index 9a3e10e7..7fe09db6 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@vue/tsconfig/tsconfig.json", "compilerOptions": { + "allowImportingTsExtensions": false, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "sourceMap": true, -- 2.34.1