feat: first commit

This commit is contained in:
克洛伊尔 2024-11-01 14:26:51 +08:00
parent 217af5a40c
commit 1d6f12e9ae
2 changed files with 0 additions and 17 deletions

BIN
qqbot.tar

Binary file not shown.

View File

@ -1,17 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"noImplicitAny": false
},
"include": [
"src/**/*.ts",
],
"ts-node": {
"esm": true
}
}