Files
page-agent/packages/llms/tsconfig.dts.json
2025-12-22 16:12:34 +08:00

11 lines
181 B
JSON

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