You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ Typescript plugin that allows turning on strict mode in specific files or direct
4
4
5
5
## Do i need this plugin?
6
6
This plugin was created for bigger repositories that want to incorporate typescript strict mode, but project is so big that refactoring everything would take ages. This plugin allows user to simply put `//@ts-strict` comment to a top of a file and turn a strict mode to that file. If needed, strict mode can be turned on to directories too.
7
+
NOTE: this plugin doesn't work in compile time. It will show errors in your IDE but they won't appear during compilation.
0 commit comments