aboutsummaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/jsconfig.json b/jsconfig.json
deleted file mode 100644
index 266034f..0000000
--- a/jsconfig.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "compilerOptions": {
- "baseUrl": ".",
- "paths": {
- "$app/*": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"],
- "$lib/*": ["src/lib/*"]
- }
- },
- "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]
-}