summaryrefslogtreecommitdiff
path: root/packages/web/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/tsconfig.json')
-rw-r--r--packages/web/tsconfig.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/web/tsconfig.json b/packages/web/tsconfig.json
deleted file mode 100644
index b650d24..0000000
--- a/packages/web/tsconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "compilerOptions": {
- "target": "ES2020",
- "module": "ESNext",
- "lib": ["ESNext", "DOM", "DOM.Iterable"],
- "moduleResolution": "bundler",
- "strict": true,
- "skipLibCheck": true,
- "esModuleInterop": true
- },
- "include": ["src/*.ts", "src/**/*.ts"]
-}