We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afaa80c + 160c3de commit bc27279Copy full SHA for bc27279
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elizaos/plugin-telegram",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"type": "module",
5
"main": "dist/index.js",
6
"module": "dist/index.js",
tsconfig.json
@@ -22,12 +22,7 @@
22
"allowArbitraryExtensions": true,
23
"noUnusedLocals": true,
24
"noUnusedParameters": true,
25
- "baseUrl": ".",
26
- "typeRoots": ["./types", "./node_modules/@types"],
27
- "paths": {
28
- "@elizaos/core": ["../../core/src"],
29
- "@elizaos/core/*": ["../../core/src/*"]
30
- }
+ "allowUnusedLabels": true
31
},
32
"include": ["src/**/*.ts"]
33
}
0 commit comments