1.0.0 • Published 1 year ago
@ducktors/tsconfig v1.0.0
tsconfig
Shared TypeScript config
Install
$ pnpm add -D @ducktors/tsconfig
Usage
tsconfig.json
{
"extends": "@ducktors/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
Check fastify-tsconfig for other options.
This project is inspired by: sindresorhus/tsconfig
License
MIT © Ducktors