You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bterlson We clearly cannot remove the declaration: true as we want to generate d.ts files
If isolatedModules cannot be enabled along with declaration, can we remove the need for the former from the guidelines?
As per the Typescript guidelines, we are missing the below in tsconfig.json files of all our messaging libraries (Service Bus, Event Hubs, EPH)
"forceConsistentCasingInFileNames": true
"isolatedModules": true
Make the change, ensure build runs without issues before submitting the PR
The text was updated successfully, but these errors were encountered: