UNPKG

typescript-dsa

Version:

Collection of common data structures / algorithms implemented in TypeScript

12 lines 237 B
{ "compilerOptions": { "strict": true, "target": "ES6", "moduleResolution": "node" }, "include": [ "./algorithms/**/*.ts", "./data_structures/**/*.ts", "./tests/**/*.ts" ] }