@quantum-sec/typescript-config

1.0.12 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @quantum-sec/typescript-config

Weekly Downloads

150

Version

1.0.12

License

SEE LICENSE IN LICENSE

Unpacked Size

1.92 kB

Total Files

4

Last publish

Collaborators

  • lukiffer
  • quantum-ci-bot