parent
49a57fc9e2
commit
4cced94332
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -1,8 +1,9 @@
|
|||||||
import { readFileSync } from "fs";
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
export default createConfig({
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
pkg: JSON.parse(
|
pkg: JSON.parse(
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
),
|
),
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -1,8 +1,9 @@
|
|||||||
import { readFileSync } from "fs";
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
export default createConfig({
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
pkg: JSON.parse(
|
pkg: JSON.parse(
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
),
|
),
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -1,8 +1,9 @@
|
|||||||
import { readFileSync } from "fs";
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
export default createConfig({
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
pkg: JSON.parse(
|
pkg: JSON.parse(
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
),
|
),
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -1,8 +1,9 @@
|
|||||||
import { readFileSync } from "fs";
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
export default createConfig({
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
pkg: JSON.parse(
|
pkg: JSON.parse(
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
),
|
),
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1,10 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
|
||||||
|
|
||||||
export default createConfig({
|
|
||||||
pkg: JSON.parse(
|
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
|
||||||
),
|
|
||||||
external: [/^@tauri-apps\/api/],
|
|
||||||
});
|
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -0,0 +1,11 @@
|
|||||||
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
|
pkg: JSON.parse(
|
||||||
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
|
),
|
||||||
|
external: [/^@tauri-apps\/api/],
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1,10 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
|
||||||
|
|
||||||
export default createConfig({
|
|
||||||
pkg: JSON.parse(
|
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
|
||||||
),
|
|
||||||
external: [/^@tauri-apps\/api/],
|
|
||||||
});
|
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -0,0 +1,11 @@
|
|||||||
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
|
pkg: JSON.parse(
|
||||||
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
|
),
|
||||||
|
external: [/^@tauri-apps\/api/],
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1,10 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
|
||||||
|
|
||||||
export default createConfig({
|
|
||||||
pkg: JSON.parse(
|
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
|
||||||
),
|
|
||||||
external: [/^@tauri-apps\/api/],
|
|
||||||
});
|
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -0,0 +1,11 @@
|
|||||||
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
|
pkg: JSON.parse(
|
||||||
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
|
),
|
||||||
|
external: [/^@tauri-apps\/api/],
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1,10 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
|
||||||
|
|
||||||
export default createConfig({
|
|
||||||
pkg: JSON.parse(
|
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
|
||||||
),
|
|
||||||
external: [/^@tauri-apps\/api/],
|
|
||||||
});
|
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -0,0 +1,11 @@
|
|||||||
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
|
pkg: JSON.parse(
|
||||||
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
|
),
|
||||||
|
external: [/^@tauri-apps\/api/],
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1,10 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
|
||||||
|
|
||||||
export default createConfig({
|
|
||||||
pkg: JSON.parse(
|
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
|
||||||
),
|
|
||||||
external: [/^@tauri-apps\/api/],
|
|
||||||
});
|
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -0,0 +1,11 @@
|
|||||||
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
|
pkg: JSON.parse(
|
||||||
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
|
),
|
||||||
|
external: [/^@tauri-apps\/api/],
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1,10 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
|
||||||
|
|
||||||
export default createConfig({
|
|
||||||
pkg: JSON.parse(
|
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
|
||||||
),
|
|
||||||
external: [/^@tauri-apps\/api/],
|
|
||||||
});
|
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -0,0 +1,11 @@
|
|||||||
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
|
pkg: JSON.parse(
|
||||||
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
|
),
|
||||||
|
external: [/^@tauri-apps\/api/],
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1,10 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
|
|
||||||
import { createConfig } from "../../../shared/rollup.config.mjs";
|
|
||||||
|
|
||||||
export default createConfig({
|
|
||||||
pkg: JSON.parse(
|
|
||||||
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
|
||||||
),
|
|
||||||
external: [/^@tauri-apps\/api/],
|
|
||||||
});
|
|
@ -1 +0,0 @@
|
|||||||
../../../shared/tsconfig.json
|
|
@ -0,0 +1,11 @@
|
|||||||
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
|
import { createConfig } from "../../shared/rollup.config.mjs";
|
||||||
|
|
||||||
|
export default createConfig({
|
||||||
|
input: 'guest-js/index.ts',
|
||||||
|
pkg: JSON.parse(
|
||||||
|
readFileSync(new URL("./package.json", import.meta.url), "utf8")
|
||||||
|
),
|
||||||
|
external: [/^@tauri-apps\/api/],
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
../../shared/tsconfig.json
|
@ -1,3 +1,2 @@
|
|||||||
packages:
|
packages:
|
||||||
- plugins/*/guest-js
|
|
||||||
- plugins/*
|
- plugins/*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../../tsconfig.base.json",
|
"extends": "../../tsconfig.base.json",
|
||||||
"include": ["*.ts", "types/**/*"]
|
"include": ["guest-js/*.ts"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue