1.6.1 • Published 4 years ago

@caisy/tsconfig v1.6.1

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

tsconfig

Install:

yarn add @caisy/tsconfig -D

Usage:

Add "target": "ES2021" in compilerOptions, if you want to target a different ES version.

{
	"extends": "@caisy/tsconfig/tsconfig.json",
	"include": ["src/**/*"],
	"compilerOptions": {
		"outDir": "dist",
		"rootDir": "./src",
	}
}
1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago