/tsconfig

📝 TypeScript shareable config for iamnapo's coding style.

MIT LicenseMIT

tsconfig

TypeScript shareable config for iamnapo’s coding style

npm style

Install

npm i @iamnapo/tsconfig -D

Then, add this to your tsconfig.json:

{
	"extends": "@iamnapo/tsconfig"
}