File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,17 @@ This addon takes the following approach to allow this dual use:
46
46
47
47
- before calling broccoli the addon removes "outDir" and sets "noEmit" and "includes"
48
48
49
-
50
- Please let us know if this does not satisfy your use cases by opening issues on this repo.
51
-
52
49
### Customization ###
53
50
54
51
You can customize this file further for your use case. For example to see the
55
52
output of the compilation in a separate folder you are welcome to set and
56
53
outDir and set noEmit to false. Then VS Code and tsc will generate files here
57
54
while the broccoli pipeline will use its own temp folder.
58
55
56
+ Please see the wiki for additional how to tips from other users or to add
57
+ your own tips. If an use case is frequent enough we can codify in the plugin.
58
+ https://github.com/emberwatch/ember-cli-typescript/wiki/tsconfig-how-to
59
+
59
60
60
61
## Incremental adoption
61
62
You can’t perform that action at this time.
0 commit comments