3.0.0 • Published 2 months ago
@rcsf/tsconfig
Licence
ISC
Version
3.0.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0
@rcsf/tsconfig
Shared TypeScript config for Rigby Capital Solution Factory projects
Install
npm install --save-dev @rcsf/tsconfig
This config targets Node.js 22 and requires TypeScript 6 or later.
Usage
tsconfig.json
{
"extends": "@rcsf/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
Original work
This module is a shameless rip-off from Sindre Sorhus awesome work.