1.2.0 • Published 1 year ago

@martindoyle/tsconfig v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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",
  },
}
1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago