π 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