パッケージの詳細

@cablanchard/tsconfig

cblanc1kMIT2.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

更新履歴

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