@alanlu-dev/tsconfig
v1.0.14
Published
Shareable TypeScript configuration.
Readme
@alanlu-dev/tsconfig
Shareable TypeScript configuration.
Installation
pnpm add -D @alanlu-dev/tsconfigUsage
Create a tsconfig.json file in the root of your project:
{
"extends": "@alanlu-dev/tsconfig/base.json"
}