mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-09 12:27:44 +00:00
chore: migrate to TSUp (#446)
* chore: migrate to TSUp * chore: fix build
This commit is contained in:
9
packages/vue-form/tsup.config.js
Normal file
9
packages/vue-form/tsup.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// @ts-check
|
||||
|
||||
import { defineConfig } from 'tsup'
|
||||
import { legacyConfig, modernConfig } from '../../scripts/getTsupConfig.js'
|
||||
|
||||
export default defineConfig([
|
||||
modernConfig({ entry: ['src/*.ts'] }),
|
||||
legacyConfig({ entry: ['src/*.ts'] }),
|
||||
])
|
||||
Reference in New Issue
Block a user