Skip to content

Commit 9e55e0e

Browse files
committed
Modify the README about how to disable CompileOnSave
1 parent 4b8c06c commit 9e55e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Just hover
6969
![you definitely get the point](https://raw.githubusercontent.com/TypeStrong/atom-typescript/master/docs/screens/hover.png)
7070

7171
## Compile on save
72-
TypeScript files will be compiled on save. Different notifications are given if `emit` was successful or not. [Configuration driven by `tsconfig.json`](https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md)
72+
TypeScript files will be compiled on save automattically. Different notifications are given if `emit` was successful or not. If you need to disable this feature. add `"compileOnSave": false` in your `tsconfig.json`.
7373

7474
![](https://raw.githubusercontent.com/TypeStrong/atom-typescript/master/docs/screens/compile%20success.png)
7575

0 commit comments

Comments
 (0)