From ff6cb241a8d5c1bf9e56cd23f9a9ea58b9f5bdf1 Mon Sep 17 00:00:00 2001 From: BaboonKing Date: Wed, 20 Nov 2024 20:07:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9A=82=E6=97=B6=E8=B7=B3=E8=BF=87?= =?UTF-8?q?=20verbatimModuleSyntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index d28145c4..4f61ac2b 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -9,6 +9,8 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - } + }, + // TODO: waiting fix @typescript-eslint/consistent-type-imports + "verbatimModuleSyntax": false } }