Initial Commit
This commit is contained in:
17
packages/eve/tsdown.config.ts
Normal file
17
packages/eve/tsdown.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
|
||||
export default defineConfig([
|
||||
{
|
||||
entry: [
|
||||
'./src/**/*.ts',
|
||||
'!./src/**/*.test.ts',
|
||||
],
|
||||
platform: 'neutral',
|
||||
dts: true,
|
||||
unbundle: true,
|
||||
external: [
|
||||
/^node:.*/,
|
||||
/^bun:.*/,
|
||||
],
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user