v6.5(LTS)をリリース

This commit is contained in:
2025-07-31 22:02:54 +09:00
parent 1c10aeb9e4
commit d7a5d8a43e
8 changed files with 233 additions and 120 deletions
+5 -4
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2022",
"module": "ES2022",
"target": "ES2024",
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "./dist",
"esModuleInterop": true,
@@ -17,6 +17,7 @@
"paths": {
"ws": ["./node_modules/ws/index.js"],
"@types/ws": ["./node_modules/@types/ws/index.d.ts"]
}
}
},
"removeComments": true,
},
}