UNPKG

biblatex-csl-converter

Version:

a set of converters: biblatex => json, CSL => json, json => biblatex, json => CSL

11 lines (9 loc) 219 B
import typescript from "@rollup/plugin-typescript" export default { input: "src/index.ts", output: { sourcemap: true, }, plugins: [typescript({ sourceMap: true })], external: ["xregexp"], }