7.0.0 • Published 11 months ago

@preco21/tsconfig v7.0.0

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

tsconfig

Shared TypeScript config for @preco21

Install

npm install --save-dev @preco21/tsconfig

This config requires TypeScript 5.5 or later.

Usage

tsconfig.json:

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

For Node.js setup without bundler:

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

Motivation

Heavily inspired by sindresorhus/tsconfig.

7.0.0

11 months ago

6.0.0

1 year ago

5.3.0

3 years ago

5.2.1

3 years ago

5.2.0

3 years ago

5.1.0

4 years ago

5.0.3

4 years ago

5.0.2

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.0

5 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago