summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index 95c4753..a0d6da6 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -10,7 +10,9 @@
"sourceMap": true,
"strict": true,
"target": "ES2022",
- "module": "ES2022"
+ "module": "ES2022",
+ "verbatimModuleSyntax": true,
+ "isolatedModules": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//