big cleanup & use slash commands

This commit is contained in:
Ryan Cao 2022-08-24 18:32:10 +08:00
parent 386379b493
commit 01ce9ad000
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
15 changed files with 526 additions and 541 deletions

View file

@ -6,6 +6,7 @@
"module": "esnext",
"target": "ES2018",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"rootDir": "src",
"outDir": "dist"
}