fix: make ui package standalone

This commit is contained in:
vince 2026-06-20 12:20:33 +02:00
parent 000a3ac643
commit a7a4720835
4 changed files with 57 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"baseUrl": "."
},