2.3.6.7 release notes
2.3.6.7 Issue 2725 - It's now possible to add a tsconfig.overrides.json file as a peer to the generated tsconfig.json and tsconfig.compile.json files under a project's lwc directories. When present, this file is automatically added to the generated files' extends lists to allow customization of TypeScript compiler behavior. While the order in which these files are processed should help prevent overriding options which are critical for IC's core TypeScript compilation functionality, if you make a change that does result in broken or incorrect compiler output, please revert that change and let me know so I can help further insulate against unintentional issues. Issue 2800 - Added support for inlining of Flow text templates at their point-of-use. Note that when these are rich text, the raw HTML is escaped and displayed inline. I'd also like to add support for inlining of other resource types such as choices, choice col...