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
TypeScript Version: 2.7.0-dev.20171221
Code
// foo.ts import { WatchOptions } from "cpx"; export let x: WatchOptions; // bar.ts import { x } from "./foo"; export const x2 = x;
Just for the sake of the above you can install only @types/cpx
@types/cpx
Expected behavior: No error and the external module interface is named.
Actual behavior:
Exported variable 'x2' has or is using name 'WatchOptions' from external module "C:/git/xxxx/node_modules/@types/cpx/index" but cannot be named.
Related to #20657 but it seems this only solved local non node_modules imports
node_modules
The text was updated successfully, but these errors were encountered:
Duplicate of #9944
Sorry, something went wrong.
No branches or pull requests
TypeScript Version: 2.7.0-dev.20171221
Code
Just for the sake of the above you can install only
@types/cpx
Expected behavior:
No error and the external module interface is named.
Actual behavior:
Related to #20657 but it seems this only solved local non
node_modules
importsThe text was updated successfully, but these errors were encountered: