chore: move package.json to plugin root

This commit is contained in:
Jonas Kruckenberg
2023-01-05 17:06:00 +01:00
parent 49a57fc9e2
commit 4cced94332
54 changed files with 175 additions and 165 deletions
@@ -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
View File
@@ -1 +0,0 @@
../../../shared/tsconfig.json