build: add ts build script

This commit is contained in:
Arthur E. Jones 2022-05-04 15:39:43 -05:00 committed by James Long
parent 1204b5b1a6
commit 74d6b7edc5

View file

@ -7,6 +7,7 @@
"scripts": {
"start": "node app",
"lint": "eslint .",
"build": "tsc",
"types": "tsc --noEmit --incremental",
"verify": "yarn -s lint && yarn types"
},