This commit is contained in:
2023-07-08 13:20:47 -04:00
commit ec35f95abd
23 changed files with 8558 additions and 0 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"outDir": "./dist",
"target": "ES5",
"module": "ES6"
},
"files": [
"./src/server.ts"
]
}