angular-cn/modules/@angular/router/tsconfig.publish.es6.json

19 lines
397 B
JSON
Raw Normal View History

{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictNullChecks": true,
"target": "es6",
"noImplicitAny": false,
"outDir": "dist/es6",
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "./",
"declaration": true,
"removeComments": true,
"moduleResolution": "node"
},
"files": [
"src/router.ts"
]
}