aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index 9575a13..41d9f36 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -1,10 +1,5 @@
{
- "include": [
- "**/*",
- "**/.server/**/*",
- "**/.client/**/*",
- ".react-router/types/**/*"
- ],
+ "include": ["**/*"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"types": ["node", "vite/client"],
@@ -24,7 +19,6 @@
"paths": {
"~/*": ["./app/*"]
},
- "rootDirs": [".", "./.react-router/types"],
"noEmit": true
}
}