mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-08-14 03:03:20 +08:00
chore: emit dts by oxc
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
|
||||
export default defineConfig({
|
||||
workspace: ['./packages/babel-plugin-jsx', './packages/babel-plugin-resolve-type'],
|
||||
workspace: [
|
||||
'./packages/babel-plugin-jsx',
|
||||
'./packages/babel-plugin-resolve-type',
|
||||
],
|
||||
entry: ['src/index.ts'],
|
||||
format: ['cjs', 'esm'],
|
||||
dts: true,
|
||||
dts: { oxc: true },
|
||||
target: 'es2015',
|
||||
platform: 'neutral',
|
||||
});
|
||||
|
Reference in New Issue
Block a user