From 3532898be9d41839a820e9a2ece045d3502eca08 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Sat, 14 Jan 2023 14:20:39 +0200 Subject: [PATCH] updated jsconfig --- app/jsconfig.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/app/jsconfig.json b/app/jsconfig.json index b97e629d..e4b479a3 100644 --- a/app/jsconfig.json +++ b/app/jsconfig.json @@ -10,14 +10,25 @@ "paths": { "/*": [ "./*" + ], + "meteor/aldeed:collection2": [ + "packages\\collection2\\collection2.js" ] - } + }, + "checkJs": true, + "allowJs": true }, "vueCompilerOptions": { - "target": 2, + "target": 2 }, "exclude": [ "node_modules", - "**/node_modules/*" - ] + "**/node_modules/*", + ".meteor" + ], + "typeAcquisition": { + "include": [ + "meteor" + ] + } } \ No newline at end of file