Initial public release

This commit is contained in:
Bohdan Triapitsyn
2025-12-07 19:32:53 +02:00
commit 4b2edf7318
319 changed files with 81600 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"files": [],
"references": [
{ "path": "./packages/ui/tsconfig.json" },
{ "path": "./packages/web/tsconfig.json" },
{ "path": "./packages/desktop/tsconfig.json" }
],
"compilerOptions": {
"baseUrl": ".",
"moduleResolution": "bundler",
"moduleDetection": "force",
"verbatimModuleSyntax": true,
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"paths": {
"@openchamber/ui/*": ["./packages/ui/src/*"],
"@openchamber/web/*": ["./packages/web/src/*"],
"@openchamber/desktop/*": ["./packages/desktop/src/*"]
}
}
}