Add type-check on standalone_app as run script

This commit is contained in:
porink0424
2024-05-31 09:22:14 +09:00
parent cffc86dac7
commit 4bb76da627
+2 -1
View File
@@ -5,7 +5,8 @@
"description": "",
"scripts": {
"watch": "vite",
"build:vscode": "webpack"
"build:vscode": "webpack",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@optuna/types": "../tslib/types",