Replies: 1 comment
-
Should configure the |
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
-
I am trying to set up a mono repo where backend lambdas and frontend react will share some common interfaces.
Currently its working with relative imports, but absolute imports are just not recognizing the shared folder.
Can anyone assist me?
relative import
![image](https://user-images.githubusercontent.com/14934345/117529093-9c323c00-afa3-11eb-9697-ab2a1797f6fe.png)
absolute import
![image](https://user-images.githubusercontent.com/14934345/117529097-a05e5980-afa3-11eb-8875-d5965aa65da1.png)
tsconfig
![image](https://user-images.githubusercontent.com/14934345/117529099-a81dfe00-afa3-11eb-8269-a9d9ec8c09a1.png)
vite config
![image](https://user-images.githubusercontent.com/14934345/117529104-ace2b200-afa3-11eb-9440-922e8d4660f6.png)
eslint
![image](https://user-images.githubusercontent.com/14934345/117529106-aeac7580-afa3-11eb-8428-098dcfe16fb0.png)
Beta Was this translation helpful? Give feedback.
All reactions