summaryrefslogtreecommitdiff
path: root/packages/web/tsconfig.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-11-24 15:46:22 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-11-24 15:46:22 +0200
commitd724cc0bf6ff6d351319e6fb00f5184a04e16ac0 (patch)
treecb43253479df5db8f4844e17e68a48ea5a212df4 /packages/web/tsconfig.json
parent7c966e105cd9f65853de1aba0ecce63aa56aca0b (diff)
chore: improve dev tasks
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"]
-}