Shared TypeScript config
$ pnpm add -D @ducktors/tsconfig
tsconfig.json
{
"extends": "@ducktors/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
Check fastify-tsconfig for other options.
This project is inspired by: sindresorhus/tsconfig
MIT © Ducktors