DEV Community

Airic Yu
Airic Yu

Posted on

Typescript project template (NodeJS)

TLDR
This is a minimum setup of Typescript project template (NodeJS).

Github repo:
https://github.com/airicyu/typescript-project-template


I faced some setup issues some time ago.
The typescript stuff X nodejs module type bla bla bla....
I also spent some time to find correct setup to debug with typescript that looks fit.
All I want is sth that "It just works" and let me start coding.

After all, recently I find this template looks good and I used in several projects as starter template.
So I also want to share it with other developers, especially those who are new to learn NodeJS/Typescript.

Top comments (0)