We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Yet Another workaround
Create a 'hack.js' file, enable 'allowJS' in tsconfig, and include following content
import * as http from 'http'; import * as https from 'hyco-https'; http.ServerResponse = https.ServerResponse; export { }
Then in your index.ts include the hack before including 'express'
import './hack'; import * as express from 'express';
Sorry, something went wrong.
FYI - We are planning activities to improve our SDKs. This items in being under consideration.
No branches or pull requests
Actual Behavior
Expected Behavior
Versions
The text was updated successfully, but these errors were encountered: