2016-05-20 20:22:57 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"target": "es5",
|
|
|
|
|
"noImplicitAny": false,
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"rootDir": ".",
|
2016-05-23 23:28:11 +00:00
|
|
|
"inlineSourceMap": true,
|
|
|
|
|
"inlineSources": true,
|
2016-05-20 20:22:57 +00:00
|
|
|
"declaration": true,
|
|
|
|
|
"removeComments": true
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src/router.ts",
|
2016-05-20 20:56:52 +00:00
|
|
|
"test/tree.spec.ts",
|
2016-05-22 00:35:36 +00:00
|
|
|
"test/url_serializer.spec.ts",
|
2016-05-23 23:14:23 +00:00
|
|
|
"test/recognize.spec.ts",
|
2016-05-20 20:22:57 +00:00
|
|
|
"test/router.spec.ts",
|
2016-05-22 00:35:36 +00:00
|
|
|
"typings/index.d.ts"
|
2016-05-20 20:22:57 +00:00
|
|
|
]
|
2016-05-20 21:43:07 +00:00
|
|
|
}
|