UNPKG

@innostes/object-helper

Version:

A utility library to help with object & array manipulations like sorting, filtering, and removing duplicates.

13 lines (12 loc) 247 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", "esModuleInterop": true, "strict": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }