Fix API tsconfig: remove rootDir to allow project references

This commit is contained in:
defiQUG
2026-01-23 16:53:53 -08:00
parent ddc9754367
commit a707d64248

View File

@@ -14,7 +14,6 @@
"declarationMap": true,
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": ".",
"paths": {
"@brazil-swift-ops/types": ["../../packages/types/src"],