Skip to content

younho9/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@younho9/tsconfig

Shared TypeScript config that personally prefer

Install

$ npm install --save-dev @younho9/tsconfig

Usage

tsconfig.json

{
	"extends": "@younho9/tsconfig/tsconfig.json",
	"compilerOptions": {
		// override options
	}
}

License

MIT