Files
angular-docs-cn/modules/angular2/tsconfig.json
T

14 lines
314 B
JSON
Raw Normal View History

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": true,
"module": "commonjs",
"rootDir": ".",
"sourceMap": true,
"sourceRoot": ".",
2015-07-08 22:09:17 +02:00
"target": "es5",
"outDir": "../../dist/js/cjs"
}
}