From b25690d435112328194e8289edeb2b8703198ae9 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:26:48 +1000 Subject: [PATCH] Enable verbatim module syntax --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e183ed3f2c..c0abbfa666 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,7 @@ "downlevelIteration": true, "noImplicitOverride": true, "allowJs": true, + "verbatimModuleSyntax": true, "baseUrl": ".", "paths": { "@/*": ["src/*"]