Skip to content

Commit 5c55c61

Browse files
committed
chore: import attribute type json
1 parent 6c80df1 commit 5c55c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'tsdown'
2-
import pkg from './package.json'
2+
import pkg from './package.json' with { type: 'json' }
33

44
export default defineConfig({
55
treeshake: true,

0 commit comments

Comments
 (0)