SAP / ui5-typescript

Tooling to enable TypeScript support in SAPUI5/OpenUI5 projects
https://sap.github.io/ui5-typescript
Apache License 2.0
201 stars 28 forks source link

fix: set up the dtslint temp folder only when needed #449

Closed akudev closed 4 months ago

akudev commented 4 months ago

Previously this was done already when the module was required (which was: always, as there is a re-export from index.ts).