UNPKG

pagination-front-end

Version:

pagination-front-end é uma biblioteca voltada para realização de paginação no front end( pagination-front-end is a front-end paging library)

36 lines (35 loc) 648 B
{ "compilerOptions": { "target": "es2017", "types": [ "node", "jest" ], "module": "commonjs", "lib": [ "ES6" ], "allowJs": true, "outDir": "./dist", "rootDir": "./src", "removeComments": true, "typeRoots": [ "./node_modules/@types" ], "esModuleInterop": true, "resolveJsonModule": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "paths": {} }, "include": [ "./src/*", "src/utils/*" ], "exclude": [ "__tests__/****" ] }