aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2023-02-11 21:04:43 +0100
committerivarlovlie <git@ivarlovlie.no>2023-02-11 21:04:43 +0100
commit23ab0a24ba82004fa449491b4e08698a1de9e6a0 (patch)
treed701120d9a77f67153c93149ec7871bfd571bbfb /tsconfig.json
downloadauroraklinikken.no-23ab0a24ba82004fa449491b4e08698a1de9e6a0.tar.xz
auroraklinikken.no-23ab0a24ba82004fa449491b4e08698a1de9e6a0.zip
feat: Initial commit
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..6ae0c8c
--- /dev/null
+++ b/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
+}