add goal to start typescript in watch mode, helps during big refactorings

This commit is contained in:
Athou
2023-03-10 11:37:29 +01:00
parent 5003c176a2
commit 639b82f494

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"dev:typescript": "tsc --watch",
"build": "npm run i18n:compile && tsc && vite build",
"preview": "vite preview",
"test": "vitest",