@tommy-mitchell/tsconfig

2.1.0 • Public • Published

@tommy-mitchell/tsconfig

Personal TypeScript config.

Install

npm install --save-dev @tommy-mitchell/tsconfig
Other Package Managers
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,
  },
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @tommy-mitchell/tsconfig

      Weekly Downloads

      0

      Version

      2.1.0

      License

      MIT

      Unpacked Size

      2.89 kB

      Total Files

      4

      Last publish

      Collaborators

      • tommy-mitchell