1.6.1 • Published 4 years ago
@caisy/tsconfig v1.6.1
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",
}
}