Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"paths" config property is not working #47

Closed
MikeKalinowski opened this issue Oct 14, 2022 · 1 comment
Closed

"paths" config property is not working #47

MikeKalinowski opened this issue Oct 14, 2022 · 1 comment

Comments

@MikeKalinowski
Copy link
Contributor

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

@MikeKalinowski
Copy link
Contributor Author

Issue can be closed. Those files were checked because of @ts-strict comments added in the files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant