Support tsc usage #280
Saul-Mirone
started this conversation in
Ideas
Replies: 2 comments
-
Check matt's response here: #231 (comment) I had a similar issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
So can I think as that it can work no matter it's js or ts? |
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
-
Hi vanilla team,
Thank you for your great job on this project. However, I find out that there is on proper way for my framework to use this project.
I have several packages managed in a monorepo, and I use
tsc
to compile them. Their dependency relations are managed by tsc's project reference feature. If I switch to vite or esbuild, I'll have to manage it myself and I think it's a waste of the ability of typescript. BTW, here is my monorepo: https://github.com/Saul-Mirone/milkdown.So I suggest that maybe you can add a feature, when package Foo is using
vanilla-extract
, it just compile it as typescript, and for users import this package Foo, they need to configure vanilla-extract themselves to get styles in Foo works.Beta Was this translation helpful? Give feedback.
All reactions