diff options
author | rtkay123 <dev@kanjala.com> | 2025-06-22 11:25:31 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-06-22 11:25:31 +0200 |
commit | 333bcef4a58d16eb5a8940e9d08d32caa9db4480 (patch) | |
tree | 1e81da403c189af6d0e5b800d2ccfb105c209792 /tsconfig.json | |
download | kanjala.com-master.tar.bz2 kanjala.com-master.zip |
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 19 |
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 +} |