template for common Node.js project using TypeScript
package.json
for a Node.js projecttsconfig.json
for a TypeScript project.eslintrc.json
for linting with configs from @ts-all/eslint-config.editorconfig
for aligning editors' preferences./src/app.ts
the Hello World code
- click Use this template
- update project name in
package.json
- run
npm install
- run
npm start
and a Hello World should welcomes you in your command line
Debug TypeScript code in VS Code withF5
andbreakpoints
andstep debug
working