Update type declarations and remove ts-ignore comments

Added 'types' field to package.json and updated tsconfig.json to include .d.ts files for better type support in napcat-pty. Removed unnecessary @ts-ignore comments from terminal_manager.ts to improve code clarity.
This commit is contained in:
手瓜一十雪
2025-11-14 15:00:40 +08:00
parent fe0914fc03
commit a703bbfef7
3 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
"private": true,
"type": "module",
"main": "index.ts",
"types": "node-pty.d.ts",
"exports": {
".": {
"import": "./index.ts"