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" + ] }