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
Looking to use import types in TypeScript 2.9 for meteor testing using TypeScript.
import
The text was updated successfully, but these errors were encountered:
Had the same Issue today: the typescript here is outdated.
I'm using akanix42/meteor-vue-typescript which uses barbatus/typescript-compiler which uses this package.
As I am already working with Typescript 3 and my tsconfig.json includes es2019 lib, i get an error.
To fix this, i bumped TS Version Number to 3.9.2 and it worked without any problems.
@barbatus do you think this will just work? If so, you might want to do it yourself or I can create a pull request.
If this would create more problems, I'd go ahead and just fork this and include it by myself.
Sorry, something went wrong.
No branches or pull requests
Looking to use
import
types in TypeScript 2.9 for meteor testing using TypeScript.The text was updated successfully, but these errors were encountered: