tfabrica
Version:
library for TFabrica - TechSol
31 lines (29 loc) • 548 B
JSON
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipDefaultLibCheck": true,
"lib": [ "es6", "dom" ],
"types": [ "node" ]
},
"atom": { "rewriteTsconfig": false },
"files": [
"tfabrica.ts"
],
"exclude": [
"node_modules",
"Views",
"Models",
"Controllers",
"App_Start",
"static",
"wwwroot",
"bin",
"obj",
"*.cs",
"*.md"
]
}