howdy folks! i'm trying to use async_hooks in a ts project with js files, with allowJs true, checkJs false. it throws the following errors:
Declaration emit for this file requires using private name 'addEvent'. An explicit type annotation may unblock declaration emit. ts(9005)
Declaration emit for this file requires using private name 'addMetadata'. An explicit type annotation may unblock declaration emit. ts(9005)