Commit bbf1bc8
committed
fix(broccoli-typescript): properly parse compilerOptions (#764)
Previously, the settings in tsconfig would be ignored by
the broccoli-typescript plugin, because the whole config's
JSON was being provided to `convertCompilerOptionsFromJson()`
instead of just the expected `compilerOptions`.1 parent c302be8 commit bbf1bc8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments