angular2-datatable-pagination
Version:
DataTable component for Angular2 framework
26 lines • 591 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"skipLibCheck":true,
"outDir": "../build",
"typeRoots": [
"../node_modules/@types"
],
"lib": [
"dom",
"es2015"
],
"baseUrl": ".",
"paths": {
"angular2-datatable-pagination": ["../../.."],
"angular2-datatable-pagination/*": ["../../../*"]
}
}
}