summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.base.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
committerAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
commit394f1ed37ce860da6fdc385769bf29f9737105cd (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /tsconfig.base.json
parent81a9cdbadf8c9d940d4fe9a2a0de607dee1f5f1a (diff)
downloaddispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.tar.gz
dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.zip
chore: genesis — remove all files to rebuild from scratch (arch rewrite)
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r--tsconfig.base.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json
deleted file mode 100644
index a0b8514..0000000
--- a/tsconfig.base.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "compilerOptions": {
- "strict": true,
- "target": "ESNext",
- "module": "ESNext",
- "moduleResolution": "bundler",
- "esModuleInterop": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true,
- "resolveJsonModule": true,
- "isolatedModules": true,
- "declaration": true,
- "declarationMap": true,
- "sourceMap": true,
- "noUncheckedIndexedAccess": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "verbatimModuleSyntax": true
- }
-}