@oxiran/tsconfig
v1.0.0
Published
Shared tsconfig of my projects.
Downloads
2
Maintainers
Readme
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"
}
}