2016-05-20 16:22:57 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2016-06-21 13:35:42 -04:00
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"stripInternal": true,
|
2016-05-20 16:22:57 -04:00
|
|
|
"emitDecoratorMetadata": true,
|
2016-06-21 13:35:42 -04:00
|
|
|
"experimentalDecorators": true,
|
2016-05-20 16:22:57 -04:00
|
|
|
"module": "commonjs",
|
2016-06-21 13:35:42 -04:00
|
|
|
"moduleResolution": "node",
|
2016-06-21 17:07:36 -04:00
|
|
|
"noEmitOnError": false,
|
2016-06-26 14:52:32 -04:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
2016-06-21 13:35:42 -04:00
|
|
|
"outDir": "../../../dist/all/@angular/router/",
|
|
|
|
"paths": {
|
|
|
|
"@angular/*": ["../../../dist/all/@angular/*"]
|
|
|
|
},
|
2016-05-20 16:22:57 -04:00
|
|
|
"rootDir": ".",
|
2016-06-21 13:35:42 -04:00
|
|
|
"sourceMap": true,
|
2016-05-23 19:28:11 -04:00
|
|
|
"inlineSources": true,
|
2016-06-21 13:35:42 -04:00
|
|
|
"lib": ["es6", "dom"],
|
|
|
|
"target": "es5"
|
2016-05-20 16:22:57 -04:00
|
|
|
},
|
|
|
|
"files": [
|
2016-06-21 13:35:42 -04:00
|
|
|
"index.ts",
|
2016-07-20 14:39:31 -04:00
|
|
|
"testing.ts",
|
2016-06-15 12:01:05 -04:00
|
|
|
"test/url_tree.spec.ts",
|
2016-05-24 16:57:51 -04:00
|
|
|
"test/utils/tree.spec.ts",
|
2016-05-21 20:35:36 -04:00
|
|
|
"test/url_serializer.spec.ts",
|
2016-06-08 19:14:26 -04:00
|
|
|
"test/apply_redirects.spec.ts",
|
2016-05-23 19:14:23 -04:00
|
|
|
"test/recognize.spec.ts",
|
2016-06-01 16:35:01 -04:00
|
|
|
"test/create_router_state.spec.ts",
|
2016-05-26 19:51:56 -04:00
|
|
|
"test/create_url_tree.spec.ts",
|
2016-06-16 17:36:51 -04:00
|
|
|
"test/config.spec.ts",
|
2016-08-02 17:34:00 -04:00
|
|
|
"test/router_state.spec.ts",
|
2016-05-20 16:22:57 -04:00
|
|
|
"test/router.spec.ts",
|
2016-08-10 18:53:57 -04:00
|
|
|
"test/integration.spec.ts",
|
2016-06-21 13:35:42 -04:00
|
|
|
"../../../node_modules/@types/jasmine/index.d.ts"
|
2016-05-20 16:22:57 -04:00
|
|
|
]
|
2016-05-20 17:43:07 -04:00
|
|
|
}
|
2016-05-24 16:23:27 -04:00
|
|
|
|
|
|
|
|