-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
working with typescript #28
Comments
It's a normal JS package that should definitely be usable via TS. If you can give more info on the errors or issues you're running into, that'd be helpful. |
Sorry I am new in writing declaration files. Dont know if this is the case. I just wrote a rough declaration file like: and I got errors: `ERROR in ./node_modules/cross-spawn/index.js ERROR in ./node_modules/execa/index.js ERROR in ./node_modules/puppeteer-lottie/index.js ERROR in ./node_modules/cross-spawn/lib/util/readShebang.js ERROR in ./node_modules/fs-extra/lib/index.js ERROR in ./node_modules/graceful-fs/graceful-fs.js ERROR in ./node_modules/isexe/windows.js ERROR in ./node_modules/isexe/index.js ERROR in ./node_modules/isexe/mode.js ERROR in ./node_modules/jsonfile/index.js ERROR in ./node_modules/ow/dist/source/index.js ERROR in ./node_modules/temp-dir/index.js ERROR in ./node_modules/tempy/index.js ERROR in ./node_modules/ora/index.js ERROR in ./node_modules/puppeteer/lib/WebSocketTransport.js |
have u tried only |
I am trying to use this in a typescript project. But I just can't make it work. Is it possible to use this in typescript?
The text was updated successfully, but these errors were encountered: