@polyt/typescript-config
v0.0.1
Published
Shared TypeScript configuration for the Polyt monorepo.
Readme
@polyt/typescript-config
Shared TypeScript configuration for the Polyt monorepo.
Files
| File | Use for |
| -------------------- | ------------------------------------------------------- |
| tsconfig.json | Base config, all non-React packages |
| react-library.json | React packages, extends base, adds "jsx": "react-jsx" |
Usage
In each package tsconfig.json:
{ "extends": "@polyt/typescript-config/tsconfig.json" }For React packages:
{ "extends": "@polyt/typescript-config/react-library.json" }