Initial release of @xeito/vite-plugin-xeito
This plugin compiles typescript files containing decorators using tsc and targeting ES2020.
It also uses https://github.com/jleeson/rollup-plugin-html-literals to minify template literal tags.
Closes xeitojs/xeito#10
Features
Bug Fixes
- Used fixed and compatible compiler options (64e7238)