Skip to content

Commit 3777b6d

Browse files
committed
feat(docs) document how to configure per project settings
closes #175
1 parent 495bb6a commit 3777b6d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/packages.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ This package allows you to quickly open a specific folder. You can even store co
2828
'whitespace.ensureSingleTrailingNewline': false
2929
```
3030

31+
It also allows you to configure options of `atom-typescript` on a per project basis e.g.
32+
```cson
33+
'work':
34+
'title': 'work'
35+
'paths': [
36+
'C:\\dev\\work'
37+
],
38+
'settings':
39+
'atom-typescript.compileOnSave': false
40+
```
41+
3142
### Jumpy
3243
https://atom.io/packages/jumpy saves a lot of wrist pain.
3344

0 commit comments

Comments
 (0)