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