Fix tsconfig paths on case-sensitive fs

This commit is contained in:
mDuo13
2024-01-31 16:36:57 -08:00
parent c10beb85c2
commit 971053ebcc

View File

@@ -10,7 +10,7 @@
"./node_modules/@redocly/theme/src/*" "./node_modules/@redocly/theme/src/*"
], ],
"@portal/*": [ "@portal/*": [
"./node_modules/@redocly/realm/dist/client/App/*" "./node_modules/@redocly/realm/dist/client/app/*"
] ]
}, },
} }