Skip to content

Commit

Permalink
fix(angular): add types to tsconfig.editor.json correctly (#10316)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed May 16, 2022
1 parent 1b8a050 commit 43d5e62
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -20,8 +20,8 @@ export function updateEditorTsConfig(tree: Tree, options: NormalizedSchema) {
);

if (options.unitTestRunner !== 'none') {
types.concat(
getCompilerOptionsTypes(
types.push(
...getCompilerOptionsTypes(
readJson<TsConfig>(
tree,
joinPathFragments(options.appProjectRoot, 'tsconfig.spec.json')
Expand Down

0 comments on commit 43d5e62

Please sign in to comment.