From 16c88c7f6f809aa72b7ecfd77c023d1fe314a75c Mon Sep 17 00:00:00 2001 From: upsiflu Date: Mon, 6 Jan 2025 21:22:26 +0100 Subject: [PATCH] chore(config): fix error in tsconfig by removing long-deprecated $ref macro --- front/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/tsconfig.json b/front/tsconfig.json index 598bf55e9..e766d78b5 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -9,7 +9,6 @@ "types": [ "vitest/globals", "vite/client", - "vue/ref-macros", "vite-plugin-pwa/client", "unplugin-vue-macros/macros-global" ], @@ -26,7 +25,8 @@ "vite.config.ts", "test/**/*.ts", "src/docs/vite.config.ts", - "src/docs/**/*.ts" + "src/docs/**/*.ts", + "ui-docs/**/*.md" ], "vueCompilerOptions": { "vitePressExtensions": [".md"],