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

Passing configuration via tsconfig instead of tsc-strict parameters #63

Open RozbehSharahi opened 8 months ago

RozbehSharahi commented 8 months ago

Hi,

thx for this extension. I checked this plugin out a couple of months ago, and I am sure that I am not crazy and remember that it was possible to pass the configuration for strictNullChecks via tsconfig instead of passing it as an argument --strictNullChecks.

Nevertheless I do not remember, where I read that.

Is it possible to set the strict-config via tsconfig.json instead of passing each of them as a parameter to tsc-strict? Or am I crazy?