From d90ae8967a966b8498562950bd5863bc702e8faf Mon Sep 17 00:00:00 2001 From: Mona Mayrhofer Date: Tue, 23 Dec 2025 16:34:34 +0100 Subject: [PATCH] fix verbatimeModuleSyntax --- tsconfig.base.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 30bda58..9869b40 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -27,7 +27,6 @@ "noUncheckedIndexedAccess": true, "noUnusedLocals": false, "noUnusedParameters": false, - "verbatimModuleSyntax": true, "resolveJsonModule": true, "checkJs": true,