chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'tsdown'
|
||||
|
||||
export default defineConfig({
|
||||
entry: { index: './src/index.ts' },
|
||||
target: 'es2017',
|
||||
format: ['esm', 'cjs'],
|
||||
fixedExtension: false,
|
||||
sourcemap: true,
|
||||
dts: true,
|
||||
clean: true,
|
||||
})
|
||||
Reference in New Issue
Block a user