chore: improve monorepo

This commit is contained in:
Simon
2025-12-05 20:00:31 +08:00
parent b9b812cc25
commit d756a2ef1c
6 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
// @workaround DTS bug
// dts do not work with monorepo path mapping
// disable path mapping for it
"paths": {}
}
}