chore(apps/server)!: rewrite rename and move to appropriate dir

This commit is contained in:
PalmDevs
2023-11-24 23:06:57 +07:00
parent ab44312e7b
commit c97ba54802
22 changed files with 1588 additions and 0 deletions

11
apis/websocket/tsconfig.json Executable file
View File

@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig.apis.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"module": "ESNext",
"composite": false,
},
"exclude": ["node_modules", "dist"],
"include": ["./*.json", "src/**/*.ts"]
}