@sphinxjs/typescript-config
v0.0.1
Published
Shared TypeScript configuration for the Sphinx monorepo.
Readme
@sphinxjs/typescript-config
Shared TypeScript configuration for the Sphinx 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": "@sphinxjs/typescript-config/tsconfig.json" }For React packages:
{ "extends": "@sphinxjs/typescript-config/react-library.json" }