Skip to content

Commit

Permalink
build(compiler-cli): fix tsconfig.json
Browse files Browse the repository at this point in the history
Fixes #22721
  • Loading branch information
benbraou committed Mar 12, 2018
1 parent f95730b commit 0994076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compiler-cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "./tsconfig.json",
"extends": "./tsconfig-build.json",
"compilerOptions": {
"target": "es2015",
"lib": [
"es2015"
]
}
}
}

0 comments on commit 0994076

Please sign in to comment.