From 57861411f37a07af3cd8fcf1520843e5a5e44bfc Mon Sep 17 00:00:00 2001 From: ivar Date: Wed, 10 Dec 2025 00:17:27 +0100 Subject: Initial commit --- app/tsconfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/tsconfig.json (limited to 'app/tsconfig.json') diff --git a/app/tsconfig.json b/app/tsconfig.json new file mode 100644 index 0000000..1118ea6 --- /dev/null +++ b/app/tsconfig.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file -- cgit v1.3