From 30651c3bc6cd4f18b6179d168bdcca697a3ea6e4 Mon Sep 17 00:00:00 2001 From: qiang Date: Fri, 29 Apr 2022 15:28:36 +0800 Subject: [PATCH] chore: update jsconfig --- jsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jsconfig.json b/jsconfig.json index 5fb0b3770..5b9eea213 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -2,6 +2,15 @@ "compilerOptions": { "baseUrl": ".", "paths": { + "uni-shared": [ + "./src/shared/index.js" + ], + "uni-helpers/*": [ + "./src/core/helpers/*" + ], + "uni-mixins/*": [ + "./src/core/view/mixins/*" + ], "uni-core/*": [ "./src/core/*" ], -- GitLab