fix: type error & lint

This commit is contained in:
Kevin Deng
2026-05-02 15:21:17 +09:00
parent 2ff807278e
commit e62d58051b
4 changed files with 25 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config'
import Jsx from './packages/babel-plugin-jsx/src'
export default defineConfig({
esbuild: {
oxc: {
jsx: 'preserve',
},
plugins: [