aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r--tsconfig.app.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json
index d9387fd..80d63d7 100644
--- a/tsconfig.app.json
+++ b/tsconfig.app.json
@@ -5,12 +5,6 @@
5 "useDefineForClassFields": true, 5 "useDefineForClassFields": true,
6 "module": "ESNext", 6 "module": "ESNext",
7 "resolveJsonModule": true, 7 "resolveJsonModule": true,
8 /**
9 * Typecheck JS in `.svelte` and `.js` files by default.
10 * Disable checkJs if you'd like to use dynamic types in JS.
11 * Note that setting allowJs false does not prevent the use
12 * of JS in `.svelte` files.
13 */
14 "allowJs": true, 8 "allowJs": true,
15 "checkJs": true, 9 "checkJs": true,
16 "isolatedModules": true, 10 "isolatedModules": true,