aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-06-30 11:33:40 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2021-06-30 11:33:40 +0300
commitf021b52028f5965516671b7f53e7e71543a8ae52 (patch)
tree62a0f9499bd75c1bc46de09fda3a0e0ce092d70d /tsconfig.json
parentac31a7d9d43d3dcaa37906569dcb8eaf8429b3bf (diff)
Do things
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index 4fa631c..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "compilerOptions": {
- "target": "es5",
- "lib": ["dom", "dom.iterable", "esnext"],
- "allowJs": true,
- "skipLibCheck": true,
- "strict": true,
- "forceConsistentCasingInFileNames": true,
- "noEmit": true,
- "esModuleInterop": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "jsx": "preserve"
- },
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
- "exclude": ["node_modules"]
-}