aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-svelte/apps/docs/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-svelte/apps/docs/tsconfig.json')
-rw-r--r--examples/with-svelte/apps/docs/tsconfig.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/with-svelte/apps/docs/tsconfig.json b/examples/with-svelte/apps/docs/tsconfig.json
deleted file mode 100644
index 5c56cee..0000000
--- a/examples/with-svelte/apps/docs/tsconfig.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "extends": "./.svelte-kit/tsconfig.json",
- "compilerOptions": {
- "allowJs": true,
- "checkJs": true,
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "resolveJsonModule": true,
- "skipLibCheck": true,
- "sourceMap": true,
- "strict": true
- }
-}