Fix root TypeScript solution config

This commit is contained in:
Dotta
2026-03-09 14:09:30 -05:00
parent 469bfe3953
commit 5dd1e6335a
13 changed files with 45 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"