aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-26 10:10:25 +0000
committerFuwn <[email protected]>2024-07-26 10:15:02 +0000
commit2199fe9a0c318db29a61ddcd50289d9b0036c7f7 (patch)
tree54025c5b14c4dbd6dff676e4675a6c468bd549b1 /tsconfig.json
downloadiptv-jp-browser-2199fe9a0c318db29a61ddcd50289d9b0036c7f7.tar.xz
iptv-jp-browser-2199fe9a0c318db29a61ddcd50289d9b0036c7f7.zip
feat: initial release
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..fc93cbd
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "extends": "./.svelte-kit/tsconfig.json",
+ "compilerOptions": {
+ "allowJs": true,
+ "checkJs": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
+ "resolveJsonModule": true,
+ "skipLibCheck": true,
+ "sourceMap": true,
+ "strict": true,
+ "moduleResolution": "bundler"
+ }
+ // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
+ // except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
+ //
+ // 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
+}