mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
}
|
|
}
|