Refactor bot. (#8)

This commit is contained in:
dada513 2022-06-07 11:08:49 +02:00 committed by GitHub
parent e0374bea36
commit 259d540e6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 491 additions and 300 deletions

View file

@ -3,6 +3,9 @@
"strict": true,
"esModuleInterop": true,
"downlevelIteration": true,
"target": "ES5"
"target": "ES2018",
"moduleResolution": "node",
"rootDir": "src",
"outDir": "dist"
}
}