Even though I have paths in my config, the plugin still checks every directory.
You can test it on sample-project in the repository with tsconfig setting:
"plugins": [ { "name": "typescript-strict-plugin", "paths": ["./src/main.ts"] } ]
Similiar story is with folders in paths, e.g. "./dist", still checks files in ./src
Even though I have paths in my config, the plugin still checks every directory.
You can test it on sample-project in the repository with tsconfig setting:
"plugins": [ { "name": "typescript-strict-plugin", "paths": ["./src/main.ts"] } ]
Similiar story is with folders in paths, e.g. "./dist", still checks files in ./src