template for common Node.js project using TypeScript
package.jsonfor a Node.js projecttsconfig.jsonfor a TypeScript project.eslintrc.jsonfor linting with configs from @ts-all/eslint-config.editorconfigfor aligning editors' preferences./src/app.tsthe Hello World code
- click Use this template
- update project name in
package.json - run
npm install - run
npm startand a Hello World should welcomes you in your command line
Debug TypeScript code in VS Code withF5andbreakpointsandstep debugworking