added docker

This commit is contained in:
2024-04-20 00:58:32 +07:00
parent 01c2838aef
commit 345be40222
11 changed files with 1252 additions and 14 deletions

12
.swcrc Normal file
View File

@@ -0,0 +1,12 @@
{
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "es5"
},
"module": {
"type": "commonjs"
},
"sourceMaps": true
}