Skip to content

Commit 082ef1f

Browse files
committed
update build
1 parent 3320d79 commit 082ef1f

File tree

3 files changed

+37
-27
lines changed

3 files changed

+37
-27
lines changed

package-lock.json

Lines changed: 31 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"telegraf": "^4.16.3",
3434
"ts-node": "^10.9.2",
3535
"typescript": "^5.9.3",
36-
"winston": "^3.19.0"
36+
"winston": "^3.19.0",
37+
"tslib": "^2.8.1"
3738
},
3839
"engines": {
3940
"node": ">=22.0"
@@ -77,11 +78,11 @@
7778
"@types/mocha": "^10.0.10",
7879
"@types/request": "^2.48.13",
7980
"esbuild": "^0.27.3",
80-
"mocha": "^11.7.5",
8181
"eslint": "^9.22.0",
8282
"eslint-config-prettier": "^10.1.2",
8383
"eslint-plugin-prettier": "^5.2.6",
8484
"globals": "^16.0.0",
85+
"mocha": "^11.7.5",
8586
"prettier": "^3.5.3",
8687
"ts-mockito": "^2.6.1",
8788
"typescript-eslint": "^8.29.0"

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"resolveJsonModule": true,
1313
"moduleResolution": "node",
1414
"allowJs": true,
15-
"checkJs": false
15+
"checkJs": false,
16+
"importHelpers": true,
17+
"noEmit": true
1618
},
1719
"include": ["index.ts", "src/**/*"],
1820
"exclude": ["node_modules", "dist"],

0 commit comments

Comments
 (0)