build(compiler-cli): fix tsconfig.json circularity issue (#22722)
Fixes #22721 PR Close #22722
This commit is contained in:
parent
f9247e4b2e
commit
269c3a1908
|
@ -1,9 +1,12 @@
|
||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2015",
|
"target": "es2015",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2015"
|
"es2015"
|
||||||
|
],
|
||||||
|
"types": [
|
||||||
|
"jasmine"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue