Detalhes do pacote

@tommy-mitchell/tsconfig

tommy-mitchell45MIT3.0.0

My personal TypeScript config.

readme (leia-me)

@tommy-mitchell/tsconfig

Personal TypeScript config.

Install

npm install --save-dev @tommy-mitchell/tsconfig
<summary>Other Package Managers</summary>

sh yarn add --dev @tommy-mitchell/tsconfig

Usage

{
  "extends": "@tommy-mitchell/tsconfig",
  "compilerOptions": {
    "outDir": "dist",
  },
}

If using with a bundler, set the following options to prevent type resolution issues:

{
  "compilerOptions": {
    "declaration": false,
    "noEmit": false,
  },
}