UNPKG

mongoose-advanced-paginate

Version:

A library which makes pagination with search, sorting and filtering a breeze for devs in mongoose.

15 lines (14 loc) 304 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noUncheckedIndexedAccess": true, "noEmit": true } }