allegro / typescript-strict-plugin

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

Plugin is not showing errors in latest VSCode IDE. #9

Closed shsuman closed 3 years ago

shsuman commented 3 years ago

In the latest version of VSCode, the plugin doesn't seem to show any diagnostics in the IDE. However, when running the script tsc-strict it works fine.

Here's the tsconfig.json on windows.

"plugins": [ { "name": "typescript-strict-plugin", "paths": ["./src/v2"] } ]

shsuman commented 3 years ago

Never mind. Its working now :)