Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Commit 86e824d

Browse files
committed
feat: build bun plugin
1 parent cc4a82e commit 86e824d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎packages/unplugin-typia/tsdown.config.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { defineConfig } from 'tsdown';
33
const config: ReturnType<typeof defineConfig> = defineConfig({
44
entry: [
55
'src/*.ts',
6-
'!src/bun.ts',
76
],
87
define: {
98
'import.meta.vitest': 'undefined',
@@ -16,7 +15,6 @@ const config: ReturnType<typeof defineConfig> = defineConfig({
1615
sourcemap: true,
1716
unused: {
1817
level: 'error',
19-
ignore: ['bun-only'],
2018
},
2119
publint: true,
2220
});

0 commit comments

Comments
 (0)