typia icon indicating copy to clipboard operation
typia copied to clipboard

How to use typia with a web test runner

Open p15martin opened this issue 7 months ago • 1 comments

I am using the Modern Web Test Runner. As its perform on-the-fly transpilation there is no direct support for TypeScript transformers. I have tried writing my own plugin but to no avail. I would rather not precompile my code. I don't see anything in the documentation, do you have any recommendations?

p15martin avatar Jul 25 '25 23:07 p15martin

Check which bundler Modern Web uses, and configure unplugin-typia referencing below document.

If none of them is suitable, no way.

https://typia.io/docs/setup/#unplugin-typia

samchon avatar Jul 31 '25 14:07 samchon