@munny/tsconfig

0.0.1 • Public • Published

@munny/tsconfig

The typescript configuration used on Munny packages

Installation

yarn

yarn add -D @munny/tsconfig

npm

npm i --save-dev @munny/tsconfig

Usage

In your tsconfig.json file

{
  "extends": "@munny/tsconfig",
  "compilerOptions": {
    // ... your compiler options
  }
  // [...] your other options
}

Build configuration

The base configuration extends the build configuration. The only differences are that the build configuration doesn't have an include key, so you need to provide one yourself and the base configuration allows to emit on error, the build one doesn't.

To use the build configuration, in your tsconfig.json file:

{
  "extends": "@munny/tsconfig/build",
  "compilerOptions": {
    // ... your compiler options
  }
  // [...] your other options
}

munnyjs/tsconfig © 2020+, Filipe Kiss Released under the BlueOak License. Authored and maintained by Filipe Kiss with help from contributors.

GitHub @filipekiss  ·  Twitter @filipekiss

Readme

Keywords

none

Package Sidebar

Install

npm i @munny/tsconfig

Weekly Downloads

3

Version

0.0.1

License

SEE LICENSE IN LICENSE

Unpacked Size

3.96 kB

Total Files

7

Last publish

Collaborators

  • filipekiss