1.0.0 • Published 3 years ago
@oxiran/tsconfig v1.0.0
tsconfig
Shared Typescript config of my projects.
Install
npm install --save-dev typescript @oxiran/tsconfig
Usage
Join in the extends
of the tsconfig.json
file.
{
"extends": "@oxiran/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
1.0.0
3 years ago