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

42 lines
1.0 KiB
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,
2016-05-20 13:22:57 -07:00
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": false,
2016-06-26 11:52:32 -07:00
"noImplicitAny": true,
"noImplicitReturns": true,
"outDir": "../../../dist/all/@angular/router/",
"paths": {
"@angular/*": ["../../../dist/all/@angular/*"]
},
2016-05-20 13:22:57 -07:00
"rootDir": ".",
"sourceMap": true,
2016-05-23 16:28:11 -07:00
"inlineSources": true,
"lib": ["es6", "dom"],
"target": "es5"
2016-05-20 13:22:57 -07:00
},
"files": [
"index.ts",
"testing.ts",
2016-06-15 09:01:05 -07:00
"test/url_tree.spec.ts",
"test/utils/tree.spec.ts",
"test/url_serializer.spec.ts",
2016-06-08 16:14:26 -07:00
"test/apply_redirects.spec.ts",
2016-05-23 16:14:23 -07:00
"test/recognize.spec.ts",
2016-06-01 13:35:01 -07:00
"test/create_router_state.spec.ts",
2016-05-26 16:51:56 -07:00
"test/create_url_tree.spec.ts",
2016-06-16 14:36:51 -07:00
"test/config.spec.ts",
"test/router_state.spec.ts",
2016-05-20 13:22:57 -07:00
"test/router.spec.ts",
2016-08-10 15:53:57 -07:00
"test/integration.spec.ts",
"../../../node_modules/@types/jasmine/index.d.ts"
2016-05-20 13:22:57 -07:00
]
2016-05-20 14:43:07 -07:00
}