mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2016"
|
|
]
|
|
}
|
|
}
|