ccd-ng2
Version:
Class based web framework on top of Express that uses async await operators to simplify the controllers logic and promote writing clean, simple and maintainable web server
21 lines • 399 B
JSON
{
"compilerOptions": {
"target": "es6",
"moduleResolution": "node",
"module": "commonjs",
"declaration": true,
"sourceMap": true,
"experimentalDecorators": true
},
"include":[
"*.ts"
],
"files": [
"ccd-ng2.ts",
"./typings/index.d.ts"
],
"exclude": [
"node_modules",
"typings"
]
}