Skip to content

Instantly share code, notes, and snippets.

@Happytreat
Created May 7, 2020 21:51
Show Gist options
  • Save Happytreat/336264ce5d463a5854183859ba619aba to your computer and use it in GitHub Desktop.
Save Happytreat/336264ce5d463a5854183859ba619aba to your computer and use it in GitHub Desktop.
TS Boilerplate: package.json
{
...
"scripts": {
"start": "tsc && node ./dist/index.js",
"dev": "ts-node-dev --no-notify --respawn --transpileOnly src/index"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^13.13.4",
"ts-node-dev": "^1.0.0-pre.44",
"tslint": "^6.1.2",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.8.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment