aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/svelte/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/packages/svelte/tsconfig.json')
-rw-r--r--src/packages/svelte/tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/packages/svelte/tsconfig.json b/src/packages/svelte/tsconfig.json
new file mode 100644
index 0000000..cc1d5e0
--- /dev/null
+++ b/src/packages/svelte/tsconfig.json
@@ -0,0 +1,15 @@
+{
+ "extends": ["@repo/typescript-config/base.json", "./.svelte-kit/tsconfig.json"],
+ "compilerOptions": {
+ "allowJs": true,
+ "checkJs": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
+ "resolveJsonModule": true,
+ "skipLibCheck": true,
+ "sourceMap": true,
+ "strict": true,
+ "module": "NodeNext",
+ "moduleResolution": "NodeNext"
+ }
+}