@robot-inventor/tsconfig-base
v6.0.2
Published
Robot-Inventor's `tsconfig.json` base file.
Downloads
3,140
Readme
tsconfig-base
This is a base tsconfig.json file for Robot-Inventor's TypeScript projects.
Usage
npm install --save-dev @robot-inventor/tsconfig-baseThen, in your tsconfig.json file:
{
"extends": "@robot-inventor/tsconfig-base/tsc.json"
}@robot-inventor/tsconfig-base/tsc.json: For use with the TypeScript compiler (tsc).@robot-inventor/tsconfig-base/bundler.json: For use with a bundler like Webpack.@robot-inventor/tsconfig-base/react-emotion.json: For use with React and Emotion.
