Files
page-agent/packages/page-controller/tsconfig.dts.json
T

10 lines
180 B
JSON
Raw Normal View History

2025-12-05 20:00:31 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
// @workaround DTS bug
// dts do not work with monorepo path mapping
// disable path mapping for it
"paths": {}
}
}