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