Skip to content

Commit 13878b3

Browse files
authored
fixed ts issue (#59)
1 parent 226c8fd commit 13878b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { swc } from 'rollup-plugin-swc3';
22
import { nodeResolve } from '@rollup/plugin-node-resolve';
33
import del from 'rollup-plugin-delete';
4-
import pkg from './package.json' assert { type: 'json' };
4+
import pkg from './package.json' with { type: 'json' };
55

66
const extensions = ['.js', '.ts', '.tsx'];
77
const external = (_) => /node_modules/.test(_) && !/@swc\/helpers/.test(_);

0 commit comments

Comments
 (0)