allegro / typescript-strict-plugin

Typescript plugin that allows turning on strict mode in specific files or directories.
MIT License
332 stars 29 forks source link

"paths" config property is not working #47

Closed MikeKalinowski closed 1 year ago

MikeKalinowski commented 1 year ago

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 commented 1 year ago

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