@enjoyjs/tsconfig

5.0.0 • Public • Published

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"
  }
}

Package Sidebar

Install

npm i @enjoyjs/tsconfig

Weekly Downloads

8

Version

5.0.0

License

MIT

Unpacked Size

2.81 kB

Total Files

4

Last publish

Collaborators

  • yuseisui