ezui-transformer
v0.1.0-beta.1
Published
add this to your `tsconfig.json`
Downloads
1
Maintainers
Readme
ezui-transformer
add this to your tsconfig.json
run npm i ezui-transformer
{
"compilerOptions": {
"jsx": "preserve",
"plugins": [
{
"transform": "ezui-transformer"
}
],
}
}