@martindoyle/tsconfig
v1.2.0
Published
Common TSConfig files
Downloads
1
Readme
Martin's TSConfig
Installation
To install the configs:
npm i -D @martindoyle/tsconfig
Usage
Extend one of the available configs, either node
or web
, for example:
// tsconfig.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@martindoyle/tsconfig/node",
"compilerOptions": {
"outDir": "dist",
},
}