aboutsummaryrefslogtreecommitdiffstats
path: root/app/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/tsconfig.json')
-rw-r--r--app/tsconfig.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/tsconfig.json b/app/tsconfig.json
index 82919d2..8cac8a3 100644
--- a/app/tsconfig.json
+++ b/app/tsconfig.json
@@ -9,13 +9,10 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
- "types": [
- "vite-plugin-pwa/client",
- "@types/wicg-file-system-access"
- ]
+ "types": ["vite-plugin-pwa/client", "@types/wicg-file-system-access"]
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
-} \ No newline at end of file
+}