6.0.0 • Published 3 months ago

@preco21/tsconfig v6.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
3 months ago

tsconfig

Shared TypeScript config for @preco21

Install

npm install --save-dev @preco21/tsconfig

This config requires TypeScript 4.7 or later.

Usage

tsconfig.json:

{
  "extends": "@preco21/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}

For Node.js setup without bundler:

{
  "extends": "@preco21/tsconfig/node",
    "compilerOptions": {
    "outDir": "dist",
    "declaration": false,
    "incremental": true
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}

Motivation

Heavily inspired by sindresorhus/tsconfig.

6.0.0

3 months ago

5.3.0

2 years ago

5.2.1

2 years ago

5.2.0

2 years ago

5.1.0

3 years ago

5.0.3

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.0

3 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago