Refactor codebase
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import ts from "rollup-plugin-ts"
|
||||
import { builtinModules } from "module"
|
||||
import ts from "rollup-plugin-ts"
|
||||
import json from "@rollup/plugin-json"
|
||||
import { dependencies } from "./package.json"
|
||||
|
||||
/** @returns {import("rollup").RollupOptions} */
|
||||
@ -10,5 +11,5 @@ export default () => ({
|
||||
file: "lib/index.js",
|
||||
format: "cjs",
|
||||
},
|
||||
plugins: [ts()],
|
||||
plugins: [ts(), json()],
|
||||
})
|
||||
|
Reference in New Issue
Block a user