- Notifications
You must be signed in to change notification settings - Fork20
(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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Cheatsheets for experienced Node.js developers getting started with TypeScript
You can find morerecommended TS config here.
- Gary Bernhardt onEnd to End TypeScript: Database, Backend, API, and Frontend
- https://ts-engine.dev/
- https://github.com/gcanti/io-ts flowing runtime tests down and doing validation in runtime
- podcast discussionhttps://fullstackradio.com/episodes/144
- attaching properties on to
req
in Expresshttps://twitter.com/mjackson/status/1294384799231012864?s=20 - https://github.com/goldbergyoni/nodebestpractices
tsconfig.json
:
{"compilerOptions": {"target":"es2015","module":"commonjs" }}
shipping typescript sourcemaps from a node server:http://npm.im/source-map-support
Instead of
nodemon --exec ts-node src/index.ts
do:
tsc --watchnodemon dist/src/index.js
About
(seeking maintainers) Cheatsheets for experienced Node.js developers getting started with TypeScript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.