This package provides shared TypeScript configurations.
Add the ts-config package to your workspace dev dependencies.
pnpm --filter [workspace] add @template-react/ts-config --save-devAdd ts-config to your tsconfig.json config file.
{
"extends": "@template-react/ts-config/react"
}The following configurations are available: