Last active
November 14, 2019 11:10
-
-
Save CharlieGreenman/5c41266085a45ac858b9737a53f96050 to your computer and use it in GitHub Desktop.
moment.js typings snippet from package.json file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "moment", | |
... | |
"typings": "./moment.d.ts", | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment