From 4f9651f2f15e130d1d11dca91e2535ef490222db Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:00:26 +0100 Subject: [PATCH] fix: yeah im an idiot --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bfe2ce5..beaa83b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "type": "module", "imports": { - "#plugins": "./plugins/index.js" + "#plugins": "./dist/plugins/index.js" }, "license": "UNLICENSED", "dependencies": { diff --git a/tsconfig.json b/tsconfig.json index 2ebffc5..28165cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "paths": { - "#plugins": ["./plugins/index.js"] + "#plugins": ["./dist/plugins/index.js"] } } } \ No newline at end of file