From c8e03069099f4e2b4a26706aa6e2c1933b63504d Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Wed, 1 May 2024 16:44:25 +0000 Subject: [PATCH] 855401f fix: backports from v2 (#6202) https://github.com/QwikDev/qwik/commit/cc4c5198bd26573cfcb03d6607992563917ae14e --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 543eb84..fab434e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,10 @@ "skipLibCheck": true, "incremental": true, "isolatedModules": true, - "types": ["vite/client"] + "types": ["vite/client"], + "paths": { + "@qwik-client-manifest": ["../../qwik/src/server/server-modules.d.ts"] + } }, "include": ["src"] }