Closed infacto closed 1 year ago
Great plugin for partial strict mode refactoring. But I want to exclude files like *.spec.ts (unit test).
*.spec.ts
tsconfig.json (my current config)
{ "strict": false, "plugins": [ { "name": "typescript-strict-plugin", "paths": ["./src"] } ] }
Split paths to include and exclude similar like the tsconfig one.
paths
include
exclude
Great plugin for partial strict mode refactoring. But I want to exclude files like
*.spec.ts
(unit test).tsconfig.json (my current config)
Split
paths
toinclude
andexclude
similar like the tsconfig one.