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.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/code/app/tsconfig.json b/code/app/tsconfig.json
new file mode 100644
index 0000000..b38b189
--- /dev/null
+++ b/code/app/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "extends": "./.svelte-kit/tsconfig.json",
+ "compilerOptions": {
+ "checkJs": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
+ "skipLibCheck": true,
+ "sourceMap": false,
+ }
+} \ No newline at end of file