1.0.12 • Published 3 years ago

@quantum-sec/typescript-config v1.0.12

Weekly downloads
78
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

TypeScript Config

This repository contains the baseline TypeScript compiler configuration for all Quantum 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 @quantum-sec/typescript-config

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

{
  "extends": "@quantum-sec/typescript-config"
}

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

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago