add additional typescript type gen from core

This commit is contained in:
mbecker20
2022-12-18 06:00:23 +00:00
parent 090c4a6dc7
commit 11a4379fb6
10 changed files with 97 additions and 20 deletions

2
.vscode/tasks.json vendored
View File

@@ -132,7 +132,7 @@
},
{
"type": "shell",
"command": "typeshare ./lib/types --lang=typescript --output-file=./frontend/src/types.d.ts",
"command": "typeshare ./lib/types --lang=typescript --output-file=./frontend/src/types.d.ts && typeshare ./core --lang=typescript --output-file=./frontend/src/util/client_types.d.ts",
"label": "generate typescript types",
"problemMatcher": []
}