0.0.2 • Published 8 years ago
@ndxbn/configs v0.0.2
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"
}
}