feat: modernize and harden Lettia bot

This commit is contained in:
2026-08-13 23:58:24 +09:00
parent 974677b463
commit 44dada3e23
16 changed files with 873 additions and 393 deletions
+5 -6
View File
@@ -4,17 +4,16 @@
"lib": [
"ES2023"
],
"module": "node16",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"outDir": "./dist",
"noEmit": true
},
"include": [
"src/**/*.ts"
, "src/font_translater.js" ]
}
]
}