We updated our frontend application to TypeScript 5.6 and enabled the noUncheckedSideEffectImports
compiler option. Now we get the following error:
##[error]17:08:10.514 ERROR Error: Unknown compiler option 'noUncheckedSideEffectImports'.
17:08:10.515 ERROR at createProgramOptions (/__w/1/s/.scannerwork/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:96:15)
17:08:10.515 ERROR at createProgram (/__w/1/s/.scannerwork/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:126:28)
17:08:10.515 ERROR at createAndSaveProgram (/__w/1/s/.scannerwork/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:187:21)
Do you plan to support this new option?