]> git.r.bdr.sh - rbdr/forum/blobdiff - jsconfig.json
Update the config
[rbdr/forum] / jsconfig.json
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644 (file)
index 0000000..266034f
--- /dev/null
@@ -0,0 +1,10 @@
+{
+       "compilerOptions": {
+               "baseUrl": ".",
+               "paths": {
+                       "$app/*": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"],
+                       "$lib/*": ["src/lib/*"]
+               }
+       },
+       "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]
+}