UNPKG

forto-sorter

Version:

Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.

25 lines (24 loc) 464 B
{ "compilerOptions": { "target": "es5", "module": "esnext", "moduleResolution": "node", "sourceMap": true, "allowSyntheticDefaultImports": true, "noImplicitThis": true, "declaration": true, "declarationDir": "./dist", "outDir": "./dist", "baseUrl": ".", "lib": ["es6", "es2017"], "typeRoots": [ "./node_modules/@types" ] }, "exclude": [ "node_modules" ], "include": [ "src/sort.ts" ] }