@krakenjs/typescript-config-grumbler
v8.1.3
Published
Typescript configs for grumbler modules
Downloads
299
Keywords
Readme
@krakenjs/typescript-config-grumbler
Installation
npm install -D @krakenjs/typescript-config-grumbler
Usage
Create a
tsconfig.json
file at the root of your project.Add the following contents to your
tsconfig.json
file:{ "extends": "@krakenjs/grumbler-scripts/config/tsconfig.json" }