@nnecec/tsconfig
v0.2.3
Published
These are base shared `tsconfig.json`s from which all other `tsconfig.json`'s inherit from.
Downloads
17
Readme
@nnecec/tsconfig
These are base shared tsconfig.json
s from which all other tsconfig.json
's inherit from.
Features
- Target: ES2020
Usage
Install:
$ npm install --save-dev typescript @nnecec/tsconfig
Edit tsconfig.json
:
{
"extends": "@nnecec/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
// or
{
"extends":"@nnecec/tsconfig/react",
// or
"extends":"@nnecec/tsconfig/commonjs",
}