{ "compilerOptions": { "experimentalDecorators": true, "baseUrl": ".", "paths": { "c/helloWorld": [ "helloWorld/helloWorld.js" ], "c/myCustomComponent": [ "myCustomComponent/myCustomComponent.js" ], "c/myTextComponent": [ "myTextComponent/myTextComponent.js" ] } }, "include": [ "**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts" ], "typeAcquisition": { "include": [ "jest" ] } }