Cannot set Type of module.exports using JSDocs #15187
Labels
Duplicate
An existing issue was already created
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From: microsoft/vscode#24657
TypeScript Version: 2.3.1-insiders
Code
For the JavaScript:
Expected behavior:
The type of
module.exports
andexp
are bothFoo
Actual behavior:
The type of
module.exports
isany
. The type ofexp
isFoo
The text was updated successfully, but these errors were encountered: