@josephmcg/tsconfig
v2.0.1
Published
```bash pnpm i -D @josephmcg/tsconfig ```
Downloads
66
Readme
tsconfig
pnpm i -D @josephmcg/tsconfigreact
// tsconfig.json
{
"extends": "@josephmcg/tsconfig/tsconfig.react.json",
}next
// tsconfig.json
{
"extends": "@josephmcg/tsconfig/tsconfig.next.json",
}node
// tsconfig.json
{
"extends": "@josephmcg/tsconfig/tsconfig.node.json",
}