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
types
See https://www.typescriptlang.org/tsconfig/#types
Setting it avoids auto-importing all @types/
@types/
Should probably set it to ["node"] for the node configs and to nothing for the base one?
["node"]
The text was updated successfully, but these errors were encountered:
See eg: https://github.com/tsconfig/bases/blob/aebb59809e9302b5c9458aa6046d40ea784525d2/bases/ember.json#L84-L89
Sorry, something went wrong.
feat!: disable implicit @types/ imports
d0f00ff
Fixes #42
8587f36
3bdf101
voxpelli
Successfully merging a pull request may close this issue.
See https://www.typescriptlang.org/tsconfig/#types
Setting it avoids auto-importing all
@types/
Should probably set it to
["node"]
for the node configs and to nothing for the base one?The text was updated successfully, but these errors were encountered: