Detalhes do pacote

@enjoyjs/tsconfig

enjoyjs26MIT5.0.0

Shared TypeScript config for @enjoyjs projects

tsconfig, typescript, ts, config

readme (leia-me)

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