Skip to content

Commit

Permalink
feat: Add ts-node-dev (excalidraw#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Feb 7, 2021
1 parent ed1862d commit 2d8d11e
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 5 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"express": "4.17.1",
"prettier": "2.2.1",
"socket.io": "2.3.0",
"ts-node-dev": "1.1.1",
"typescript": "4.1.3"
},
"license": "MIT",
Expand All @@ -19,6 +20,7 @@
"lint": "yarn prettier --list-different",
"prettier": "prettier \"**/*.{ts,md,json,yaml,yml}\"",
"start": "node dist/index.js",
"start:dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"test": "yarn lint"
},
"version": "1.0.0"
Expand Down
Loading

0 comments on commit 2d8d11e

Please sign in to comment.