From 3120e7f41a045814b107c3fad1b62802c46eeafe Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 18 Sep 2024 22:15:52 +0300 Subject: [PATCH] jscondig include --- jsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index 704843d642..cb361842f1 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -8,5 +8,9 @@ }, "module": "ES6", "target": "ES2018" - } + }, + "include": [ + "client/src", + "client/modules/crm/src" + ] }