aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-10-11 22:43:16 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-10-11 22:43:16 +0300
commit873e0766f31dd427f52f0d51477ec71173eed5fa (patch)
tree36c1da490ead0313d7ae4507cfbfcec307ac2472 /tsconfig.json
parent67e51c634252a08c58decda1a4527911089361af (diff)
Rewrite in htmx + flask
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"
- ]
-}