From 91bda0881df90e95807bd0393740071647544dc8 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 4 Jun 2024 18:09:00 -0400 Subject: [PATCH] try typeroots to fix vue2 ci problems --- contrib/vue2/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/vue2/tsconfig.json b/contrib/vue2/tsconfig.json index 8e1b5dfb4..46293a665 100644 --- a/contrib/vue2/tsconfig.json +++ b/contrib/vue2/tsconfig.json @@ -3,6 +3,7 @@ "target": "es2015", "module": "es2015", "moduleResolution": "node", + "typeRoots": [], "allowSyntheticDefaultImports": true, "strict": true, "declaration": true,