@caisy/tsconfig
v1.6.1
Published
### Install:
Downloads
16
Maintainers
Readme
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",
}
}