Add config module

This commit is contained in:
C-3PO 2018-06-21 14:17:21 +02:00
parent 9b0db464ef
commit e93190c723
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
7 changed files with 126 additions and 2 deletions

View file

@ -4,5 +4,8 @@
"scripts": {
"start": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^10.3.4"
}
}