-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi,
in my tsconfig file i have paths set up like this
"compilerOptions": {
...
"paths": {
"$lib/*": ["src/lib/*"]
}
},If I import a module for testing (using loadr, tsm and uvu) the resolution fails as soon as the module/file that I import has a reference to $lib with the following error:
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '$lib' imported from /path/to/lib/utils.ts
ionut-botizan, CaptainCodeman, stefanprobst, sylvaindumont, vadistic and 7 more
Metadata
Metadata
Assignees
Labels
No labels