Files
angular-docs-cn/modules/@angular/router/tsconfig.json
T

22 lines
433 B
JSON
Raw Normal View History

2016-05-20 13:22:57 -07:00
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs",
"target": "es5",
"noImplicitAny": false,
"outDir": "dist",
"rootDir": ".",
"sourceMap": true,
"sourceRoot": "./",
"declaration": true,
"removeComments": true
},
"files": [
"src/router.ts",
2016-05-20 13:56:52 -07:00
"test/tree.spec.ts",
2016-05-20 13:22:57 -07:00
"test/router.spec.ts",
2016-05-20 14:43:07 -07:00
"typings/main.d.ts"
2016-05-20 13:22:57 -07:00
]
2016-05-20 14:43:07 -07:00
}