Skip to content

Commit 234465d

Browse files
committed
Include test files in TypeScript type checking
Add test/**/*.mts to tsconfig.json includes to ensure test utilities and test files are type-checked by pnpm run check:tsc
1 parent 8179d3e commit 234465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "./.config/tsconfig.base.json",
3-
"include": ["src/**/*.mts", "*.config.mts"],
3+
"include": ["src/**/*.mts", "test/**/*.mts", "*.config.mts"],
44
"exclude": ["src/**/*.test.mts"]
55
}

0 commit comments

Comments
 (0)