Skip to content

Commit 49c49b8

Browse files
author
mike dupont
committed
need help
eliza-plugin-promptbook:build: > eliza-plugin-promptbook@0.1.0 build /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/vendor/ptbk/eliza-plugin-promptbook eliza-plugin-promptbook:build: > tsc && cp -R src/plugins dist/plugins eliza-plugin-promptbook:build: src/plugins/promptbook/evaluator.ts:5:25 - error TS2307: Cannot find module 'promptbook' or its corresponding type declarations. eliza-plugin-promptbook:build: 5 import { wizzard } from "promptbook";
1 parent 0632102 commit 49c49b8

File tree

4 files changed

+7
-102
lines changed

4 files changed

+7
-102
lines changed

pnpm-lock.yaml

+3-98
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "ES2020",
4-
"module": "commonjs",
5-
"moduleResolution": "node",
4+
"module": "nodenext",
5+
"moduleResolution": "nodenext",
66
"esModuleInterop": true,
77
"skipLibCheck": true,
88
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)