Releases: microsoft/DefinitelyTyped-tools
Releases · microsoft/DefinitelyTyped-tools
Remove github package publishing
v0.0.105 v0.0.105
Add support for TS 4.7
Now that TS 4.6 RC is out, add support for TS 4.7
Fix test dependency detection
Test dependencies now omit packages that have a deep declare module
somewhere in the .d.ts files.
[perf] fix for Node 16
- [perf] Fix PerformanceObserver for Node 16 by @andrewbranch in #380
Update @definitelytyped/perf
- Remove database-related functionality from perf tool by @andrewbranch in #378
Allow exactOptionalPropertyTypes in tsconfig
v0.0.100 v0.0.100
Fix source-relative paths
This fixes npm run test-all
for packages that have dependents, since the path for dtslint-expect-only.json was incorrect before.
Change dtslint's tslint "extends" field requirement
Now required to be "@definitelytyped/dtslint"
not "dtslint"
Fix dtslint main entry
v0.0.97 v0.0.97
Fix dtslint publishing
Along with a lot of other build-related fixes.