i've understood it generates absolute path at runtime. Is there a plugin or a setting in vscode which could help? for instance, instead of to do import lib from '../../lib' i want to import like import lib from 'lib'
Make lib a separate project, then publish on npm or install from git repo
Обсуждают сегодня