diff --git a/dlrs/main/lwc/jsconfig.json b/dlrs/main/lwc/jsconfig.json index 4dc763de..49348154 100644 --- a/dlrs/main/lwc/jsconfig.json +++ b/dlrs/main/lwc/jsconfig.json @@ -1,10 +1,20 @@ -"compilerOptions": { - "experimentalDecorators": true - }, - "include": ["**/*", "../../../.sfdx/typings/lwc/**/*.d.ts"], - "paths": { - "c/*": ["*"] - }, - "typeAcquisition": { - "include": ["jest"] - } \ No newline at end of file +{ + "compilerOptions": { + "experimentalDecorators": true, + "baseUrl": ".", + "paths": { + "c/*": [ + "*" + ] + } + }, + "include": [ + "**/*", + "../../../.sfdx/typings/lwc/**/*.d.ts" + ], + "typeAcquisition": { + "include": [ + "jest" + ] + } +}