ag-grid-row-unselectable-angular
Version:
A fork version of ag-grid-angular with row selection disable function added
22 lines (21 loc) • 465 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": true,
"declaration": true,
"suppressImplicitAnyIndexErrors": true,
"lib": ["dom","es2015"]
},
"files": [
"main.ts"
],
"angularCompilerOptions": {
"genDir": "aot"
}
}