0.0.1--canary.51.2893023504.0 • Published 2 years ago

@owngames/tsconfig v0.0.1--canary.51.2893023504.0

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

@owngames/tsconfig

Custom tsconfig setup that can be extended.

Breakdown

All currently cjs format:

  • ./base
    • ./jest
    • ./next
    • ./node14
    • ./react
    • ./react-library
    • ./react-native
yarn add @owngames/tsconfig --dev

Example

{
  // ...
  "extends": "@owngames/tsconfig/node14.json"
  // ...
}