From 323296c248aeea736e388a307effa4edab671e66 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 15 Feb 2026 12:14:58 +0200 Subject: feat(web): create --- website/tsconfig.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 website/tsconfig.json (limited to 'website/tsconfig.json') diff --git a/website/tsconfig.json b/website/tsconfig.json new file mode 100644 index 0000000..2c2ed3c --- /dev/null +++ b/website/tsconfig.json @@ -0,0 +1,20 @@ +{ + "extends": "./.svelte-kit/tsconfig.json", + "compilerOptions": { + "rewriteRelativeImportExtensions": true, + "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 + // + // To make changes to top-level options such as include and exclude, we recommend extending + // the generated config; see https://svelte.dev/docs/kit/configuration#typescript +} -- cgit v1.2.3