Skip to content

Commit 160c3de

Browse files
committed
fix: tsc build
1 parent afaa80c commit 160c3de

2 files changed

Lines changed: 2 additions & 7 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.6",
3+
"version": "1.0.7",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@
2222
"allowArbitraryExtensions": true,
2323
"noUnusedLocals": true,
2424
"noUnusedParameters": true,
25-
"baseUrl": ".",
26-
"typeRoots": ["./types", "./node_modules/@types"],
27-
"paths": {
28-
"@elizaos/core": ["../../core/src"],
29-
"@elizaos/core/*": ["../../core/src/*"]
30-
}
25+
"allowUnusedLabels": true
3126
},
3227
"include": ["src/**/*.ts"]
3328
}

0 commit comments

Comments
 (0)