Create package for each server

This commit is contained in:
Justin Spahr-Summers
2024-11-19 14:11:37 +00:00
parent fb3f8ee571
commit 8729d06c2e
13 changed files with 761 additions and 1196 deletions

11
src/slack/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "."
},
"include": [
"./**/*.ts"
]
}