UNPKG

angular2-datatable-pagination

Version:
26 lines 591 B
{ "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/*": ["../../../*"] } } }