🔎 Search Terms
transpileModule declarationMap
🕗 Version & Regression Information
- This changed between versions 5.4 and 5.5
⏯ Playground Link
No response
💻 Code
No response
🙁 Actual behavior
When calling transpileModule with options that specify both declaration and declarationMap, transpileModule will force to false declaration but will leave declarationMap as is resulting in the error: error TS5069: Option 'declarationMap' cannot be specified without specifying option 'declaration' or option 'composite'.
🙂 Expected behavior
transpileModule should set both declaration and declarationMap to false (or neither)
Additional information about the issue
No response
🔎 Search Terms
transpileModule declarationMap
🕗 Version & Regression Information
⏯ Playground Link
No response
💻 Code
No response
🙁 Actual behavior
When calling transpileModule with options that specify both
declarationanddeclarationMap,transpileModulewill force to falsedeclarationbut will leavedeclarationMapas is resulting in the error:error TS5069: Option 'declarationMap' cannot be specified without specifying option 'declaration' or option 'composite'.🙂 Expected behavior
transpileModuleshould set bothdeclarationanddeclarationMapto false (or neither)Additional information about the issue
No response