5.0.0 • Published 1 year ago

@enjoyjs/tsconfig v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tsconfig

Shared TypeScript config for @enjoyjs projects

Highlights

  • Enable recommended options
  • Strict type checking
  • Configuration for modern web development

For details of the configuration, see here.

Install

npm i -D @enjoyjs/tsconfig

This config requires TypeScript 5.0 or later.

Usage

tsconfig.json

{
  "extends": "@enjoyjs/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  }
}
5.0.0

1 year ago

4.0.0

2 years ago

3.0.1

2 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago