Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

(seeking maintainers) Cheatsheets for experienced Node.js developers getting started with TypeScript

License

NotificationsYou must be signed in to change notification settings

typescript-cheatsheets/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Cheatsheets for experienced Node.js developers getting started with TypeScript

TS config

You can find morerecommended TS config here.

Helpful tools

Tip 1

tsconfig.json:

{"compilerOptions": {"target":"es2015","module":"commonjs"  }}

Tip 2

shipping typescript sourcemaps from a node server:http://npm.im/source-map-support

Tip 3

Instead of

nodemon --exec ts-node src/index.ts

do:

tsc --watchnodemon dist/src/index.js

https://twitter.com/benawad/status/1211700652549779456

About

(seeking maintainers) Cheatsheets for experienced Node.js developers getting started with TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp