Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cablanchard/tsconfig

cblanc3.5kMIT2.0.0

Base tsconfig.json configuration

readme

tsconfig.json

CircleCI npm version

Usage

npm install --save-dev @cablanchard/tsconfig

In tsconfig.json

{
  "extends": "@cablanchard/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  },
  "include": [
    "lib/**/*"
  ]
}

Licence

MIT

changelog

2.0.0 (2020-11-27)

Features

  • tsconfig: Disable sourcemaps by default (a0f0edd)

BREAKING CHANGES

  • tsconfig: Sourcemaps no longer generated by default. Set sourceMap: true in tsconfig to reenable