Commit bcb01d1
chore(tsconfig): Added codeFormatOptions
This follows the spec defined by the typescript language services.
https://github.com/Microsoft/TypeScript/blob/master/tests/cases/fourslash/fourslash.ts#L70-L87
This is used by atom-typescript to pass off formatting options to the
compiler. I'm not aware of any other tools that use this, but extensions
to tsconfig.json are not illegal unless they clash with the default
properties.1 parent 7dc98c3 commit bcb01d1
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
0 commit comments