feat: initialize monorepo with backend and frontend packages

This commit is contained in:
plenarius
2026-04-20 18:18:16 -04:00
commit 76f211af6c
8 changed files with 4898 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}