aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-12-31 18:31:12 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-12-31 18:31:12 +0000
commit4e4134f8b2c1611e7d40074af55dcef75476016f (patch)
treee3a93c923dccd4985b4d4de8832e054cb4ebdcf0 /tsconfig.json
downloadis-the-year-a-perfect-square-4e4134f8b2c1611e7d40074af55dcef75476016f.tar
is-the-year-a-perfect-square-4e4134f8b2c1611e7d40074af55dcef75476016f.tar.gz
is-the-year-a-perfect-square-4e4134f8b2c1611e7d40074af55dcef75476016f.zip
Initial commit
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..0b2d886
--- /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://svelte.dev/docs/kit/configuration#alias
+ // except $lib which is handled by https://svelte.dev/docs/kit/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
+}