Created
September 8, 2018 11:31
-
-
Save Joe1220/ef28e689a6ad96fdfd3eeca08deb8c39 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "typescript-test", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "license": "MIT", | |
| "dependencies": { | |
| "global": "^4.3.2", | |
| "typescript": "^3.0.3" | |
| }, | |
| "scripts": { | |
| "start": "node index.js", | |
| "prestart": "tsc" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment