@robot-inventor/tsconfig-base
v2.0.0
Published
Robot-Inventor's `tsconfig.json` base file.
Downloads
1,750
Readme
tsconfig-base
This is a base tsconfig.json
file for Robot-Inventor's TypeScript projects.
Usage
npm install --save-dev @robot-inventor/tsconfig-base
Then, in your tsconfig.json
file:
{
// If you are using a bundler like Webpack, use `@robot-inventor/tsconfig-base/bundler.json` instead.
"extends": "@robot-inventor/tsconfig-base/tsc.json"
}