Skip to content

Commit c7b40a2

Browse files
committed
fix typecheck
1 parent 98f8b92 commit c7b40a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/todo-app/tsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,12 @@
1717
"**/.server/**/*.tsx",
1818
"**/.client/**/*.ts",
1919
"**/.client/**/*.tsx"
20+
],
21+
"exclude": [
22+
"node_modules",
23+
"build",
24+
"dist",
25+
"**/*.test.ts",
26+
"**/*.test.tsx"
2027
]
2128
}

0 commit comments

Comments
 (0)