UNPKG

broccoli-directory

Version:

Broccoli Directory provides familiar map/reduce/filter APIs for working with Broccoli Trees. It allows to chain broccoli tree transformations in the same way that you would chain array operations.

21 lines (20 loc) 504 B
{ "compilerOptions": { "experimentalDecorators": true, "lib": ["es6"], "module": "commonjs", "target": "es6", "noImplicitAny": false, "suppressImplicitAnyIndexErrors": true, "moduleResolution": "node", "emitDecoratorMetadata": true, "sourceMap": false, "declaration": true, "outDir": "dist", "removeComments": false, "typeRoots": ["node_modules/@types"], "types": ["@types/node"] }, "files": ["src/index.ts"], "exclude": ["node_modules"] }