You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that typescript compiler is warning me with the following msg when trying to import
import { performance } from '@perf-tools/performance';
TS9006: Declaration emit for this file requires using private name 'Entry' from module '"...../node_modules/@perf-tools/performance/src/performance/performance"'. An explicit type annotation may unblock declaration emit.
the code works, but I don't know why it's giving that message.
The text was updated successfully, but these errors were encountered:
Hi, I noticed that typescript compiler is warning me with the following msg when trying to import
import { performance } from '@perf-tools/performance';
TS9006: Declaration emit for this file requires using private name 'Entry' from module '"...../node_modules/@perf-tools/performance/src/performance/performance"'. An explicit type annotation may unblock declaration emit.
the code works, but I don't know why it's giving that message.
The text was updated successfully, but these errors were encountered: