Init
Some checks failed
CI / main (push) Has been cancelled

This commit is contained in:
Igor Rybakov
2026-03-06 21:47:37 +02:00
parent fb94cbc557
commit acd7ea0792
73 changed files with 26010 additions and 44 deletions

View File

@@ -2,5 +2,21 @@
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": []
"references": [
{
"path": "./apps/web-e2e"
},
{
"path": "./apps/web"
},
{
"path": "./apps/api-e2e"
},
{
"path": "./apps/api"
},
{
"path": "./libs/shared"
}
]
}