2.0.0-pre-0 • Published 6 years ago
@warhol/tsconfig v2.0.0-pre-0
Warhol - TypeScript configuration
This module includes our global typescript configuration.
You can install it via
yarn add --dev @warhol/tsconfigMake it work
To make it work your need to do the following:
In tsconfig.json add the following:
{
"extends": "./node_modules/@warhol/tsconfig/tsconfig.json"
}In tslint.json add the following:
{
"extends": "./node_modules/@warhol/tsconfig/tslint.json"
}You can also add a nodemon.json file for development:
{
"ext": "ts,html,js,json",
"execMap": {
"ts": "ts-node"
}
}License
This project is licensed under MIT.