fabric8-stack-analysis
Version:
Fabric8 Stack Analysis Feature
21 lines • 489 B
JSON
{
"compilerOptions": {
"noImplicitAny": false,
"module": "commonjs",
"target": "ES5",
"emitDecoratorMetadata": false,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
"noUnusedParameters": false,
"noUnusedLocals": false,
"noFallthroughCasesInSwitch": false
},
"files": [
"index.ts",
"typings/index.d.ts"
],
"exclude": [
"node_modules"
]
}