We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f02f2 commit ca97a98Copy full SHA for ca97a98
packages/plugin-react-swc/tsdown.config.ts
@@ -1,6 +1,6 @@
1
import { writeFileSync } from 'node:fs'
2
import { defineConfig } from 'tsdown'
3
-import packageJSON from './package.json'
+import packageJSON from './package.json' with { type: 'json' }
4
5
export default defineConfig({
6
entry: 'src/index.ts',
0 commit comments