We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b824a6d commit 9868a6aCopy full SHA for 9868a6a
tsdown.config.ts
@@ -1,7 +1,6 @@
1
import { defineConfig } from 'tsdown'
2
import Vue from 'unplugin-vue/rolldown'
3
-
4
-import pkg from './package.json'
+import pkg from './package.json' with { type: 'json' }
5
6
const version = pkg.version
7
0 commit comments