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