2.0.1 • Published 8 months ago

@cncsc/typescript-config v2.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

TypeScript Config

This repository contains the baseline TypeScript compiler configuration for all CNCSC projects that use TypeScript 3.7 or newer.

Referencing this Configuration

You can reference this config by installing the NPM package in your project:

npm install --save-dev @cncsc/typescript-config

Then replace the contents of your tsconfig.json file with:

{
  "extends": "@cncsc/typescript-config"
}

You can overwrite settings defined in this configuration by specifying them in your project's tsconfig.json.

2.0.1

8 months ago

2.0.0

8 months ago

1.0.0

1 year ago