diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 88742c9f6..9d13746c2 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -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",