UNPKG

sorting-lib

Version:

A library that makes sorting easier by introducing `Comparator`

16 lines (15 loc) 260 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": [ "src/**/*" ] }