3.0.0 • Published 6 months ago

@tommy-mitchell/tsconfig v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@tommy-mitchell/tsconfig

Personal TypeScript config.

Install

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

6 months ago

2.1.0

1 year ago

1.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago