Files
page-agent/packages/ui/tsconfig.dts.json
2026-01-17 16:15:36 +08:00

10 lines
213 B
JSON

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