@cycraft/tsconfig
v0.1.2
Published
Modern ESM base tsconfig to extend from
Downloads
51
Readme
tsconfig
Shared TypeScript config for my projects
Install
npm i -D @cycraft/tsconfig
This config requires TypeScript 5 or later.
Usage
tsconfig.json
{
"extends": "@cycraft/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}