spliit icon indicating copy to clipboard operation
spliit copied to clipboard

chore: typescript ignoreBuildErrors

Open qvalentin opened this issue 2 months ago • 3 comments

Currently the project contains a bunch of ts errors. Depending on some npm config the build can fail without the changed configuration.

qvalentin avatar Oct 24 '25 13:10 qvalentin

What kind of ts errors do you get? And do you know if/how the npm setup could be reproduced?

Petersmit27 avatar Nov 03 '25 19:11 Petersmit27

Just running tsc in the root of the repo reports Found 177 errors in 27 files.

qvalentin avatar Nov 03 '25 19:11 qvalentin

Seems like npm run check-types has not been used in a while. Could be useful to add something like this to ci: https://stackoverflow.com/questions/78903401/how-can-i-set-a-maximum-number-of-errors-in-tsc

qvalentin avatar Nov 03 '25 19:11 qvalentin