0.0.9 • Published 3 months ago

tsconfig-one v0.0.9

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

tsconfig-one

Highlights

  • As strict as possible
  • ESM output
  • Only TypeScript allowed
  • Forces usage of import type

Usage

npm install --save-dev tsconfig-one

tsconfig.json

{
  "extends": "tsconfig-one/tsconfig.json",
  "compilerOptions": {
    "outDir": "dist"
  },
  "include": ["src"]
}

Application

Recommended additions if your project is an application:

{
  "compilerOptions": {
    "incremental": true
  }
}

FAQ

Why is not "outDir" included?

See https://github.com/microsoft/TypeScript/issues/29172

0.0.9

3 months ago

0.0.8

11 months ago

0.0.5

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago