2016-05-20 16:22:57 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es5",
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"outDir": "dist",
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"sourceRoot": "./",
|
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/router.ts",
|
2016-05-20 16:56:52 -04:00
|
|
|
"test/tree.spec.ts",
|
2016-05-20 16:22:57 -04:00
|
|
|
"test/router.spec.ts",
|
2016-05-20 17:43:07 -04:00
|
|
|
"typings/main.d.ts"
|
2016-05-20 16:22:57 -04:00
|
|
|
]
|
2016-05-20 17:43:07 -04:00
|
|
|
}
|