aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'code/app/tsconfig.json')
-rw-r--r--code/app/tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/code/app/tsconfig.json b/code/app/tsconfig.json
new file mode 100644
index 0000000..01d0864
--- /dev/null
+++ b/code/app/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "extends": "./.svelte-kit/tsconfig.json",
+ "compilerOptions": {
+ "baseUrl": ".",
+ "checkJs": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
+ "skipLibCheck": true,
+ "sourceMap": false,
+ }
+} \ No newline at end of file