Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information