0.2.0 • Published 4 years ago
@monots/tsconfig v0.2.0
@monots/tsconfig
Shared tsconfig for the monots project
Installation
yarn add -D @monots/tsconfigUsage
Copy the following into your tsconfig.json file.
{
"extends": "@monots/tsconfig",
"compilerOptions": {
"lib": ["esnext", "dom"]
},
"exclude": ["**/dist/**"]
}