Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 408 Bytes

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