2016-05-20 16:22:57 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
2016-05-21 20:35:36 -04:00
|
|
|
"strictNullChecks": true,
|
2016-05-20 16:22:57 -04:00
|
|
|
"target": "es6",
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"outDir": "dist/es6",
|
|
|
|
"rootDir": "src",
|
|
|
|
"sourceMap": true,
|
|
|
|
"sourceRoot": "./",
|
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true,
|
|
|
|
"moduleResolution": "node"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/router.ts"
|
|
|
|
]
|
|
|
|
}
|