Created
May 7, 2020 21:51
-
-
Save Happytreat/336264ce5d463a5854183859ba619aba to your computer and use it in GitHub Desktop.
TS Boilerplate: package.json
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
{ | |
... | |
"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