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
I am considering supporting cli options or specific configuration files (just like .prettierignore and .eslintignore ...etc) instead of using already existing settings such as tsconfig.json's exclude entry.
This tool works well when, for example, the domain type definitions are placed in a specific directory, such as types/**/*.ts, but this is often not the case.
It is better for wasted bugs and generated performance if the developer can configure the tool to ignore useless files.
Ensure that files specified in ignore are ignored when matched against Glob
The text was updated successfully, but these errors were encountered: