aboutsummaryrefslogtreecommitdiff
path: root/src/api/demo/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/demo/tsconfig.json')
-rw-r--r--src/api/demo/tsconfig.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/api/demo/tsconfig.json b/src/api/demo/tsconfig.json
deleted file mode 100644
index 4fa2cd009..000000000
--- a/src/api/demo/tsconfig.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "compilerOptions": {
- "target": "ES2020",
- "lib": [
- "dom",
- "dom.iterable",
- "esnext"
- ],
- "allowJs": true,
- "skipLibCheck": true,
- "strict": true,
- "noImplicitAny": false,
- "forceConsistentCasingInFileNames": true,
- "noEmit": true,
- "esModuleInterop": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "jsx": "preserve",
- "types": [
- "bun-types"
- ],
- "incremental": true
- },
- "include": [
- "next-env.d.ts",
- "**/*.ts",
- "**/*.tsx"
- ],
- "exclude": [
- "node_modules"
- ]
-} \ No newline at end of file