@dtjv/tsconfig
v0.1.2
Published
My base Typescript config
Downloads
2
Maintainers
Readme
tsconfig
My base Typescript config.
Install
$ npm install --save-dev @dtjv/tsconfig
Usage
In a project's tsconfig.json
, extend the base configuration.
{
"extends": "@dtjv/tsconfig",
"compilerOptions": {
"outDir": "dist",
"lib": ["dom", "ES2020"]
}
}