chore(config): update rollup script
This commit is contained in:
parent
17e4a9d7d8
commit
5175704e8e
|
@ -1,5 +1,5 @@
|
|||
import typescript from "rollup-plugin-typescript2";
|
||||
import pkg from "./package.json";
|
||||
import pkg from "./package.json" assert { type: "json" };
|
||||
|
||||
const banner = [
|
||||
"/*!",
|
Reference in New Issue