DEV Community

Discussion on: Using TypeScript Project References to share common code

Collapse
 
teocns profile image
Info Comment hidden by post author - thread only visible in this permalink
teocns

How do you solve this error? Have followed the guide properly but when calling a type from outside the SRC project I get this erorr:

./src/Components/ActionsList.tsx
Module not found: You attempted to import ../../../common/Types/Action which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.

Some comments have been hidden by the post's author - find out more