@runwisp/typescript-config
v0.4.0
Published
Shared TypeScript configuration for the RunWisp monorepo.
Downloads
70
Readme
@runwisp/typescript-config
Shared TypeScript configuration for the RunWisp monorepo.
Configs
| Config | Path | Description |
| ------ | ----------- | --------------------------------------------------------------------------------- |
| base | base.json | Strict base config — ESNext target, bundler resolution, all strict checks enabled |
Usage
Extend from your project's tsconfig.json:
{
"extends": "@runwisp/typescript-config/base.json",
"compilerOptions": {
// project-specific overrides
},
}