@@ -1,12 +1,12 @@
|
||||
import { defineConfig } from 'tsdown'
|
||||
|
||||
export default defineConfig({
|
||||
dts: true,
|
||||
entry: [
|
||||
'src/index.ts',
|
||||
'src/plugin-host/index.ts',
|
||||
'src/plugin-host/runtimes/node/index.ts',
|
||||
'src/plugin-host/runtimes/web/index.ts',
|
||||
],
|
||||
dts: true,
|
||||
format: 'esm',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user