chore: bootstrap monorepo with shared package

This commit is contained in:
2026-05-20 20:31:02 +02:00
parent 011291cf39
commit 4d0a5aee66
6 changed files with 438 additions and 0 deletions

View File

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