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 94197fc commit 8b06338Copy full SHA for 8b06338
rollup.config.js
@@ -2,7 +2,7 @@ import commonjs from '@rollup/plugin-commonjs';
2
import resolve from '@rollup/plugin-node-resolve';
3
import typescript from '@rollup/plugin-typescript';
4
5
-import pkg from './package.json' assert { type: 'json' };
+import pkg from './package.json' with { type: 'json' };
6
7
export default {
8
input: 'src/index.ts',
0 commit comments