Replies: 1 comment
-
If only I was smart enough to read a documentation properly. I missed that I also have to add the aliases to the snowpack.config.json. Works fine after doign that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Created a new project using
Created a new folder "foo" under "src" and a hello.ts file containing
Now I am trying to import that file using
import { hello } from '@foo/test'
.Compiler Options in tsconfig.json
However, when trying to build the application, it keeps saying that the package is not found. Using the latest version of Snowpack and Typescript.
Beta Was this translation helpful? Give feedback.
All reactions