1.0.2 • Published 2 years ago
@jswork/tsconfig v1.0.2
tsconfig
About Shared TypeScript config for my projects.
installation
npm i @jswork/tsconfig
usage
{
"extends": "@jswork/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "ES2021"
}
}