xenos
Version:
Xenos is a data grid built upon angular2 and bootstrap.
18 lines • 460 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"emitDecoratorMetadata": true,
"removeComments": true,
"preserveConstEnums": true,
"target": "es5",
"suppressImplicitAnyIndexErrors":true,
"moduleResolution": "node",
"experimentalDecorators": true,
"sourceMap": true
},
"exclude": [
"node_modules",
"wwwroot"
]
}