-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: None
We delete the individual .d.ts and .d.ts.map files after the typescript compiler generates them because api-extractor creates one bundled definition file.
rimraf 'lib/*/.d.ts*'
The rimraf major removed globbing but readded it in a feature version that we did pull in, but it seems it doesn't work the same as it use to. Perhaps it's the single quotes.
AC
- Ensure the .d.ts and .d.ts.map files are deleted before our next release.
- related to
-
NODE-5084 Upgrade dev dependencies
- Closed