🔧 Add typescript config

This commit is contained in:
C-3PO 2018-06-21 11:59:05 +02:00
parent a3ffa63fcf
commit 1257dd8b21
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
5 changed files with 33 additions and 1 deletions

View file

@ -1,7 +1,8 @@
{
"name": "patcher",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}