@yelo/tsconfig
v0.6.0
Published
Yelo's TypeScript configurations
Readme
@yelo/tsconfig
Yelo's TypeScript configurations
Usage
Node.js Configuration
{
"extends": "@yelo/tsconfig"
}Bun
{
"extends": "@yelo/tsconfig/bun"
}Next.js
{
"extends": "@yelo/tsconfig/next"
}Packages
tsconfig.base.json- Node.js TypeScript configurationtsconfig.bun.json- Bun specific configurationtsconfig.next.json- Next.js specific configuration
