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