chore(config): update rollup script

This commit is contained in:
microshine 2022-11-02 13:24:33 +03:00
parent 17e4a9d7d8
commit 5175704e8e
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [
"/*!",