You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have wildcard support for paths. Ultimately what I'm trying to accomplish is ignoring errors from inside node_modules. A library I use hasn't migrated to a full strict tsconfig and ship ts files so I get errors from that. See solidjs/solid-start#255 for more specifics.
Since I'm using pnpm the file paths change everytime I update the package so it causes a lot of churn of the loosely-type-checked-files.json file and has become a chore to maintain since we have to verify that none of our files have errors before running --auto-update.
The text was updated successfully, but these errors were encountered:
It would be great to have wildcard support for paths. Ultimately what I'm trying to accomplish is ignoring errors from inside node_modules. A library I use hasn't migrated to a full strict tsconfig and ship ts files so I get errors from that. See solidjs/solid-start#255 for more specifics.
Since I'm using pnpm the file paths change everytime I update the package so it causes a lot of churn of the
loosely-type-checked-files.json
file and has become a chore to maintain since we have to verify that none of our files have errors before running--auto-update
.The text was updated successfully, but these errors were encountered: