@pentible/tsconfig
v0.105.0
Published
Pentible's standard tsconfig
Downloads
256
Readme
tsconfig
usage
npm i -D @pentible/tsconfig
tsconfig.json
{
"extends": "@pentible/tsconfig"
}
- OR for a js project:
{
"extends": "@pentible/tsconfig/js",
"compilerOptions": {
"outDir": "dist"
}
}