Type test all files in itwinui-react
#1561
Labels
maintenance
Related to development or technical debt or chores
itwinui-react
#1561
From #1514 (comment).
Related threads: #1514 (comment), #1514 (comment)
Instead of having
tsc
inbuild
just type check the files that will be built, we should type check all files. By all files, I mean even the unit test files.This is because unit tests currently pass even with type errors in them. So there is no way of detecting some very specific type error if it only occurs in the unit test files.
The text was updated successfully, but these errors were encountered: