From 639b82f494333e26fab6ba91d74e02a83b6dcc73 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 10 Mar 2023 11:37:29 +0100 Subject: [PATCH] add goal to start typescript in watch mode, helps during big refactorings --- commafeed-client/package.json | 1 + 1 file changed, 1 insertion(+) 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",