angular-6-datatable
Version:
DataTable component for Angular framework
24 lines • 496 B
JSON
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
"outDir": "../lib",
"declaration": true,
"typeRoots": [
"../node_modules/@types"
],
"lib": [
"dom",
"es2015"
]
},
"angularCompilerOptions": {
"genDir": "../aot",
"skipMetadataEmit": false
}
}