UNPKG

nx-helper-cli

Version:

This is a helper cli which helps get things done fast in a monorepo. mainly it's used with [nx.dev](http://google.com) tool but has many tools that may benefit anybody working in a monorepo architecture.

29 lines 535 B
{ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "target": "es6", "moduleResolution": "node", "sourceMap": true, "outDir": "dist", "baseUrl": ".", "rootDir": ".", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noImplicitAny": false, "allowJs": true, "lib": [ "es2015", "es2019", "es2017" ], "types": [ "node", "jest" ] }, "include": [ "src/**/*" ] }