chore: tsdown workspace

This commit is contained in:
三咲智子 Kevin Deng
2025-08-10 08:57:05 +08:00
parent ef38316fb1
commit d411ef3ba1
6 changed files with 12 additions and 28 deletions

View File

@ -20,10 +20,6 @@
"type": "git",
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
},
"scripts": {
"build": "tsdown",
"watch": "tsdown --watch"
},
"bugs": {
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
},

View File

@ -1,9 +0,0 @@
import { defineConfig } from 'tsdown';
export default defineConfig({
entry: ['src/index.ts'],
format: ['cjs', 'esm'],
dts: true,
target: 'es2015',
platform: 'neutral',
});

View File

@ -31,10 +31,6 @@
"./package.json": "./package.json"
}
},
"scripts": {
"build": "tsdown",
"watch": "tsdown --watch"
},
"bugs": {
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
},

View File

@ -1,9 +0,0 @@
import { defineConfig } from 'tsdown';
export default defineConfig({
entry: ['src/index.ts'],
format: ['cjs', 'esm'],
dts: true,
target: 'es2015',
platform: 'neutral',
});