Added proper config support to test project

This commit is contained in:
Colin Williams
2023-03-12 13:45:28 -07:00
parent 013f2a069c
commit 070b9617a1
4 changed files with 14 additions and 8 deletions
+3 -1
View File
@@ -8,9 +8,11 @@
"launch": "npm run build && node ./built"
},
"devDependencies": {
"@types/node": "^18.15.0",
"typescript": "^4.8.4"
},
"dependencies": {
"d4h-typescript": "file:../lib"
"d4h-typescript": "file:../lib",
"dotenv": "^16.0.3"
}
}