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

33 lines
845 B
JSON
Raw Normal View History

2016-05-20 13:22:57 -07:00
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"stripInternal": true,
2016-05-20 13:22:57 -07:00
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "es2015",
"moduleResolution": "node",
"noEmitOnError": false,
2016-06-26 11:52:32 -07:00
"noImplicitAny": true,
"noImplicitReturns": true,
"outDir": "../../../dist/packages-dist/router",
"paths": {
"@angular/core": ["../../../dist/packages-dist/core"],
"@angular/common": ["../../../dist/packages-dist/common"],
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"]
},
2016-05-20 13:22:57 -07:00
"rootDir": ".",
"sourceMap": true,
2016-05-23 16:28:11 -07:00
"inlineSources": true,
"lib": ["es2015", "dom"],
"target": "es5",
"skipLibCheck": true
2016-05-20 13:22:57 -07:00
},
"files": [
"index.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true
}
2016-05-20 14:43:07 -07:00
}