web
web copied to clipboard
cannot resolve non relative imports
I am using typescript and the baseUrl feature which allows me to do imports without a relative path like import { something } from someModule
this only works if the import is a node_module but does not work for local modules
@westbrma I have been experiencing the same problem. Would using rollup-plugin-includepaths in the plugins work? I just had that as a random idea and though I would pass it along