feat: resolve TS type (#664)

This commit is contained in:
三咲智子 Kevin Deng
2024-01-21 17:25:13 +08:00
committed by GitHub
parent edf7cb1025
commit 3f8f4bbfc6
20 changed files with 929 additions and 179 deletions

View File

@ -3,6 +3,9 @@ import { babel } from '@rollup/plugin-babel';
import Jsx from './packages/babel-plugin-jsx/src';
export default defineConfig({
resolve: {
conditions: ['dev'],
},
esbuild: {
jsx: 'preserve',
},