angular/modules/@angular/router/tsconfig.json
2016-06-21 12:17:30 -07:00

20 lines
408 B
JSON

{
"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",
"test/router.spec.ts",
"typings/main.d.ts"
]
}