Skip to content

lifeomic/typescript-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-config

Export the Typescript Configuration

The extends property "... path may use Node.js style resolution"

Add @lifeomic/typescript-config as a dev dependency, put the following in the tsconfig.json file

{
  "extends": "@lifeomic/typescript-config",
  ...
}

Latest Breaking changes:

  • Builds to ES2022 output for nodejs 18