: refactor, adds mongodb connection and prototyping

This commit is contained in:
StarAppeal
2024-02-28 07:45:18 +01:00
parent 5a45da27be
commit 70a1608dbf
9 changed files with 752 additions and 49 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"target": "ES2022",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,