sindresorhus / is

Type check values
MIT License
1.68k stars 109 forks source link

Improve import for VS Code #122

Closed iyegoroff closed 4 years ago

iyegoroff commented 4 years ago

When 'main' & 'types' are pointing to 'dist' folder vscode will autoimport the package like this:

import is from '@sindresorhus/is/dist'
sindresorhus commented 4 years ago

That's really a VS Code bug, but I'm fine with being explicit about the paths.