Skip to content

Shared TypeScript config for @enjoyjs projects

License

Notifications You must be signed in to change notification settings

enjoyjs/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shared TypeScript config for @enjoyjs projects

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •