Skip to content

Commit 385b835

Browse files
committed
fix: node types issue
1 parent bc27279 commit 385b835

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-telegram",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

tsconfig.build.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"sourceMap": true,
77
"inlineSources": true,
88
"declaration": true,
9-
"emitDeclarationOnly": true,
10-
"paths": {}
9+
"emitDeclarationOnly": true
1110
},
1211
"include": ["src/**/*.ts"],
13-
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
12+
"exclude": ["node_modules", "dist"]
1413
}

0 commit comments

Comments
 (0)