Skip to content

๐Ÿ“ TypeScript shareable config for iamnapo's coding style.

License

Notifications You must be signed in to change notification settings

iamnapo/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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",
	"compilerOptions": {
		"outDir": "dist"
	}
}