@onidivo/tsconfig
v1.0.33
Published
The TS configuration used by Onidivo
Readme
onidivo/tsconfig
Installation
Install our configuration.
yarn add --dev @onidivo/tsconfig
OR
npm install --save-dev @onidivo/tsconfigCreate a tsconfig.json file in your root with the following content:
{
"extends": "@onidivo/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}