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
Thanks for the heads up. Currently we are using the d.ts files that typescript generates for us, but this is intended as a temporary measure. Generating our own d.ts which filter our private methods should fix this. #6
I found I need to install
@types/node
and@types/debug
to build an application which uses Playwright and TypeScript.Versions
What I did
Then I met some errors.
Solution?
tsc
goes well if I install@types/node
and@types/debug
.Question
Should this be documented in somewhere?
If so, could you point me where to write? I will send a PR.
(I think Code Transpilation Issues in troubleshooting.md would be good.)
The text was updated successfully, but these errors were encountered: