@txo/tsconfig-cjs
v2.0.0
Published
Technology Studio - Shared Typescript Configuration (CommonJS)
Downloads
7,842
Keywords
Readme
tsconfig
Shared Typescript Configuration (CommonJS)
Install
yarn install @txo/tsconfig-cjs --dev
Usage
tsconfig.base.json
{
"extends": "@txo/tsconfig-cjs",
"compilerOptions": {
"outDir": "lib"
}
}