Closed iyegoroff closed 4 years ago
When 'main' & 'types' are pointing to 'dist' folder vscode will autoimport the package like this:
import is from '@sindresorhus/is/dist'
That's really a VS Code bug, but I'm fine with being explicit about the paths.
When 'main' & 'types' are pointing to 'dist' folder vscode will autoimport the package like this: