0.0.2 • Published 7 years ago

@ndxbn/configs v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

My Config files for some node modules.

Install

install packages: npm i -D @ndxbn/configs jest typescript

put tsconfig.json on your project root as:

{
  "extends": "./node_modules/@ndxbn/configs/tsconfig.json"
}

add jest configuration in your package.json as:

{
  "jest": {
    "preset": "@ndxbn/configs"
  }
}