22 lines
433 B
JSON
22 lines
433 B
JSON
{
|
|
"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",
|
|
"test/tree.spec.ts",
|
|
"test/router.spec.ts",
|
|
"typings/main.d.ts"
|
|
]
|
|
}
|