@ayloncarrijo/typescript-config
v3.0.1
Published
A shareable TypeScript config used in my projects.
Readme
@ayloncarrijo/typescript-config
A shareable TypeScript config used in my projects.
Install
pnpm add -D typescript @ayloncarrijo/typescript-configUsage
- Add a
tsconfig.jsonfile in the root of the project extending the config:
{
"extends": "@ayloncarrijo/typescript-config"
}