parent
5966b7d133
commit
84133c9db7
@ -1 +0,0 @@
|
||||
../../../shared/tsconfig.json
|
@ -1,8 +1,9 @@
|
||||
import { readFileSync } from "fs";
|
||||
|
||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
||||
import { createConfig } from "../rollup.config.mjs";
|
||||
|
||||
export default createConfig({
|
||||
input: 'guest-js/index.ts',
|
||||
pkg: JSON.parse(
|
||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||
),
|
@ -0,0 +1 @@
|
||||
../tsconfig.json
|
Loading…
Reference in new issue