@iamnapo/tsconfig
v6.0.0
Published
TypeScript shareable config for iamnapo’s coding style
Downloads
33
Maintainers
Readme
tsconfig
TypeScript shareable config for iamnapo’s coding style
Install
npm i @iamnapo/tsconfig -D
Then, add this to your tsconfig.json
:
{
"extends": "@iamnapo/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}