2017-04-11 00:22:48 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2017-04-11 20:45:59 +00:00
|
|
|
"baseUrl": "src",
|
2017-04-11 00:22:48 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es5",
|
|
|
|
"declaration": false,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"removeComments": false,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"declaration": true,
|
|
|
|
"declarationDir": "dist",
|
|
|
|
"lib": [
|
|
|
|
"dom",
|
|
|
|
"es2015",
|
|
|
|
"es7"
|
|
|
|
],
|
|
|
|
"paths": {
|
2017-04-11 20:45:59 +00:00
|
|
|
"*": ["../../app/node_modules/*"],
|
|
|
|
"terminus-*": ["../../terminus-*"]
|
2017-04-11 00:22:48 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"compileOnSave": false,
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
|
|
|
}
|