angular/packages/examples/upgrade/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
300 B
JSON
Raw Normal View History

{
"compilerOptions": {
"lib": ["dom", "es2015"],
"types": ["angular", "jasmine"],
"declaration": true,
"sourceMap": true,
"paths": {
"@angular/*": ["../../*/index"],
},
"experimentalDecorators": true,
"target": "es2015",
"moduleResolution": "node",
}
}