@yuu1111/tsconfig
v1.0.2
Published
Shared TypeScript configurations
Downloads
546
Readme
@yuu1111/tsconfig
Shared TypeScript configurations.
Install
bun add -D @yuu1111/tsconfigUsage
Extend one of the presets in your tsconfig.json:
Base
{
"extends": "@yuu1111/tsconfig/base.json"
}React
{
"extends": "@yuu1111/tsconfig/react.json",
"compilerOptions": {
"outDir": "dist"
}
}Presets
| Preset | Use case |
|--------|----------|
| base.json | Strict shared base |
| react.json | React (JSX + DOM types) |
