angular-cn/modules/benchpress/tsconfig.json
2015-05-29 14:02:58 -07:00

13 lines
274 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"declaration": true,
"module": "commonjs",
"rootDir": ".",
"sourceMap": true,
"sourceRoot": ".",
"target": "ES5",
"outDir": "../../dist/js/cjs"
}
}