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"
}
}
Shared Typescript config of my projects.
npm install --save-dev typescript @oxiran/tsconfig
Join in the extends
of the tsconfig.json
file.
{
"extends": "@oxiran/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
npm i @oxiran/tsconfig
0
1.0.0
MIT
2.01 kB
3