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 4d199be commit 44e14d1Copy full SHA for 44e14d1
scripts/rollup.config.ts
@@ -5,7 +5,7 @@ import typescript from '@rollup/plugin-typescript';
5
import { defineConfig } from 'rollup';
6
import { dts } from 'rollup-plugin-dts';
7
8
-import packageJson from '../package.json' assert { type: 'json' };
+import packageJson from '../package.json' with { type: 'json' };
9
10
import tsConfig from './tsconfig.base.json' with { type: 'json' };
11
0 commit comments