Skip to content

eddotbarbosa/node-typescript-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Node typescript structure example.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published