@kamoa/tsconfig

TypeScript's config to be shared between our projects


Keywords
tsconfig, typescript, ts, config, configuration
License
ISC
Install
npm install @kamoa/tsconfig@1.0.0

Documentation

kamoa services tsconfig

npm install --save-dev @kamoa/tsconfig

usage

tsconfig.json

{
	"extends": "@kamoa/tsconfig",
	"compilerOptions": {
		"outDir": "build"
	}
}