aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index 00f0427..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "compilerOptions": {
- "allowJs": true,
- "allowSyntheticDefaultImports": true,
- "jsx": "preserve",
- "lib": [
- "dom",
- "es2017"
- ],
- "module": "esnext",
- "moduleResolution": "node",
- "noEmit": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "preserveConstEnums": true,
- "removeComments": false,
- "skipLibCheck": true,
- "sourceMap": true,
- "strict": true,
- "target": "esnext",
- "forceConsistentCasingInFileNames": true,
- "esModuleInterop": true,
- "resolveJsonModule": true,
- "isolatedModules": true,
- "incremental": true
- },
- "exclude": [
- "node_modules"
- ],
- "include": [
- "next-env.d.ts",
- "**/*.ts",
- "**/*.tsx"
- ]
-}