mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
269c3a1908
Fixes #22721 PR Close #22722
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
}
|
|
}
|