angular-docs-cn/public/docs/_examples/upgrade-phonecat/ts/ng2_components/tsconfig.1.json

17 lines
314 B
JSON

{
"compilerOptions": {
"target": "ES5",
"module": "system",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false
},
"exclude": [
"node_modules",
"typings/main.d.ts",
"typings/main"
]
}