Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 627 Bytes

File metadata and controls

16 lines (12 loc) · 627 Bytes

Node Typescript Structure

A node typescript structure example.

Technologies

  • nodejs
  • typescript
  • dotenv
  • tsx
  • tsup
  • vitest

Recommended Node TSConfig Settings

You can let TypeScript compile as little as possible by knowing what the baseline support for ECMAScript features are available in your node version, for more info access node target mapping in microsoft typescript repository.

You can also use https://github.com/tsconfig/bases/ to find tsconfig.jsons to extend, simplifying your own JSON files to just the options for your project.