2.1.0 • Published 4 months ago

@tommy-mitchell/tsconfig v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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,
  },
}
2.1.0

4 months ago

1.1.0

10 months ago

2.0.0

8 months ago

1.0.0

12 months ago

0.1.0

1 year ago