mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "es2015"],
|
|
"types": ["angular", "jasmine"],
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"paths": {
|
|
"@angular/*": ["../../*/index"],
|
|
},
|
|
"experimentalDecorators": true,
|
|
"target": "es2015",
|
|
"moduleResolution": "node",
|
|
}
|
|
}
|