Skip to content

Commit e63cbd8

Browse files
committed
Webapp: exclude test files when typechecking
1 parent dff5e7d commit e63cbd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/webapp/tsconfig.check.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"@/*": ["./*"]
1010
},
1111
"customConditions": []
12-
}
12+
},
13+
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
1314
}

0 commit comments

Comments
 (0)