From 8ad717418e3e2afddee9f6b983905f17f2ec2e39 Mon Sep 17 00:00:00 2001 From: Kagol Date: Mon, 28 Apr 2025 09:23:03 +0800 Subject: [PATCH] fix: fix renderless tsconfig paths not working (#3362) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7eca27965..5ac96159e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,4 @@ { + "files": [], "references": [ { "path": "./tsconfig.vue3.json" }] }