generate typescript types in frontend

This commit is contained in:
mbecker20
2022-12-18 05:44:41 +00:00
parent 0b3bd899fe
commit 090c4a6dc7
2 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

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