@oxiran/tsconfig
v1.0.0
Published
Shared tsconfig of my projects.
Maintainers
Readme
tsconfig
Shared Typescript config of my projects.
Install
npm install --save-dev typescript @oxiran/tsconfigUsage
Join in the extends of the tsconfig.json file.
{
"extends": "@oxiran/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}