Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created September 8, 2018 11:31
Show Gist options
  • Select an option

  • Save Joe1220/ef28e689a6ad96fdfd3eeca08deb8c39 to your computer and use it in GitHub Desktop.

Select an option

Save Joe1220/ef28e689a6ad96fdfd3eeca08deb8c39 to your computer and use it in GitHub Desktop.
{
"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