@devsht/tsconfig
v2.1.0
Published
Reusable TS config
Downloads
5
Readme
@devsht/tsconfig
Reusable TS config
Installation
npm i -D @devsht/tsconfig
or
yarn add --dev @devsht/tsconfig
Usage
Create a tsconfig.json and add this package to the extends field.
{
"extends": "@devsht/tsconfig",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"]
}