0
0
Fork 0

Add a script to generate the types

This commit is contained in:
Oliver-Akins 2023-08-27 19:52:52 -06:00
parent dcc3917f35
commit ff9dfb5789

View file

@ -4,7 +4,8 @@
"description": "",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Use the makefile\" && exit 1"
"test": "echo \"Use the makefile\" && exit 1",
"generateInterfaces": "ts-node generateInterfaces.ts 2>/dev/null"
},
"keywords": [],
"author": "Oliver Akins",