aboutsummaryrefslogtreecommitdiffstats
path: root/code/app-web/tsconfig.json
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-11-14 07:50:31 +0100
committerivarlovlie <git@ivarlovlie.no>2022-11-14 07:50:31 +0100
commite60703aadca7d423c0fbfb189d5ef439fc1df072 (patch)
tree10ae5d3910c171918b7c2c6a8ddf77a6b3700513 /code/app-web/tsconfig.json
downloadstorage-e60703aadca7d423c0fbfb189d5ef439fc1df072.tar.xz
storage-e60703aadca7d423c0fbfb189d5ef439fc1df072.zip
feat: Initial commit
Diffstat (limited to 'code/app-web/tsconfig.json')
-rw-r--r--code/app-web/tsconfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/code/app-web/tsconfig.json b/code/app-web/tsconfig.json
new file mode 100644
index 0000000..6ae0c8c
--- /dev/null
+++ b/code/app-web/tsconfig.json
@@ -0,0 +1,17 @@
+{
+ "extends": "./.svelte-kit/tsconfig.json",
+ "compilerOptions": {
+ "allowJs": true,
+ "checkJs": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
+ "resolveJsonModule": true,
+ "skipLibCheck": true,
+ "sourceMap": true,
+ "strict": true
+ }
+ // 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
+}