Skip to content

Commit 2858fe0

Browse files
committed
fix build error in ci
1 parent 0eab3ea commit 2858fe0

File tree

3 files changed

+114
-14
lines changed

3 files changed

+114
-14
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"@commitlint/config-conventional": "18.6.3",
2525
"@typescript-eslint/eslint-plugin": "8.16.0",
2626
"@typescript-eslint/parser": "8.16.0",
27+
"@vitest/eslint-plugin": "1.0.1",
2728
"concurrently": "9.1.0",
2829
"cross-env": "7.0.3",
2930
"eslint": "9.16.0",
3031
"eslint-config-prettier": "9.1.0",
31-
"@vitest/eslint-plugin": "1.0.1",
3232
"husky": "9.1.7",
3333
"lerna": "8.1.5",
3434
"only-allow": "1.2.1",
@@ -52,6 +52,7 @@
5252
"@coinbase/coinbase-sdk": "0.10.0",
5353
"amqplib": "0.10.5",
5454
"csv-parse": "5.6.0",
55+
"eslint-plugin-vitest": "^0.5.4",
5556
"ollama-ai-provider": "0.16.1",
5657
"optional": "0.1.4",
5758
"pnpm": "9.14.4",

packages/plugin-whatsapp/tsconfig.json

+13-7
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@
1111
"moduleResolution": "node",
1212
"resolveJsonModule": true,
1313
"baseUrl": ".",
14-
"paths": {
15-
"*": ["node_modules/*"]
16-
},
17-
"types": ["node", "jest"]
14+
"types": [
15+
"node",
16+
"jest"
17+
]
1818
},
19-
"include": ["src/**/*"],
20-
"exclude": ["node_modules", "dist", "**/*.test.ts"]
21-
}
19+
"include": [
20+
"src/**/*"
21+
],
22+
"exclude": [
23+
"node_modules",
24+
"dist",
25+
"**/*.test.ts"
26+
]
27+
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)