From a872350c9d447888a1e89eafae9e3fadb057cb2b Mon Sep 17 00:00:00 2001 From: Wojciech Mizia Date: Wed, 22 Jan 2025 14:58:46 +0100 Subject: [PATCH] only single file on xalan frontend --- Frontend/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Frontend/tsconfig.json b/Frontend/tsconfig.json index 877be66..7ae67fc 100644 --- a/Frontend/tsconfig.json +++ b/Frontend/tsconfig.json @@ -8,7 +8,8 @@ "@components/*":["./src/components/*"], "@views/*":["./src/views/*"], "@assets/*":["./src/assets/*"], - } + }, + "types": ["vite/client", "vue"] }, "references": [ {