It seems like the static function `set` is missing in type definition file [`tween.d.ts`](https://github.com/greensock/GSAP/blob/master/types/tween.d.ts). https://github.com/greensock/GSAP/blob/ff8ed36fe52b41fec5bd22daecda76fb7dea5518/src/gsap-core.js#L2448 The definition should be as simple as follows: ```typescript static set(targets: TweenTarget, vars: TweenVars): Tween; ```
It seems like the static function
setis missing in type definition filetween.d.ts.GSAP/src/gsap-core.js
Line 2448 in ff8ed36
The definition should be as simple as follows: