angular-cn/public/docs/_examples/tsconfig.json

9 lines
170 B
JSON

{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
}