Error in go.d.ts: Commit

The following error I get with build since version 1.7.20 in the IDE of Visual Studio 2015:

Severity Code Description Project File Line Suppression State
Error TS7010 ‘commit’, which lacks return-type annotation, implicitly has an ‘any’ return type.
TypeScript Virtual Projects C:…\node_modules\gojs\release\go.d.ts 1221 Active

Oops – that’s a problem with not automatically generating the go.d.ts file. At least it’s trivial for us to fix in the next release, 1.7.22, and for you to fix temporarily if you need it.

One function has been corrected. Unfortunately, you forgot the ‘commit’ function in line 5869

Sorry about that. Clearly I committed a faux pas by not trying --noImplicitAny.

This will be fixed in the next release.