@jameslnewell/typescript-config
v5.0.1
Published
Creates a [`tsconfig.base.json`](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) file according to my preferences.
Downloads
53
Readme
@jameslnewell/typescript-config
Creates a tsconfig.base.json
file according to my preferences.
Installation
NPM:
npm exec -p @jameslnewell/typescript-config -- create-typescript-config
Usage
{
"extends": "@jameslnewell/typescript-config",
"include": ["src"]
}