Skip to content

Commit 7e74c0d

Browse files
authored
Update README.md
1 parent d500c3e commit 7e74c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Typescript plugin that allows turning on strict mode in specific files or direct
44

55
## Do i need this plugin?
66
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.
78

89
## How to install
910

0 commit comments

Comments
 (0)