0.1.0 • Published 2 years ago

@robot-inventor/tsconfig-base v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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:

{
    "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.
5.0.3

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

6.0.1

11 months ago

6.0.0

12 months ago

3.0.0

1 year ago

4.0.0

1 year ago

2.0.0

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago