1.0.12 • Published 2 years ago
@gmjs/tsconfig v1.0.12
TSConfig
A shared TypeScript configuration for my projects.
Installation
npm install --save-dev @gmjs/tsconfig
Usage
Just extend it in your project's tsconfig.json
, for example:
{
"extends": "@gmjs/tsconfig"
"compilerOptions": {
"outDir": "./dist"
}
}