Merge branch 'main' into 3-add-mongodb-library-dependency

This commit is contained in:
2023-09-26 22:19:29 -04:00
parent 9dc1bc53ee
commit 185b88036b
5 changed files with 52 additions and 0 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "@tsconfig/node-lts/tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules"]
}