refactor: migrating to monorepo format

This commit is contained in:
John Costa
2025-11-07 12:53:24 +01:00
parent 1c36d5ef6e
commit 13414f95cc
103 changed files with 1165 additions and 7211 deletions

View File

@@ -0,0 +1,16 @@
{
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"noImplicitAny": false,
"noUnusedParameters": false,
"skipLibCheck": true,
"allowJs": true,
"noUnusedLocals": false,
"strictNullChecks": false
}
}