c306.net
TIL: How to add moment.js intellisense to VSCode
npm install –save-dev @types/moment Run that command at the root of your workspace folder, and that’s it. All the moment classes and methods are available in intellisense. To confirm, o…