Files
page-agent/packages/ui/tsconfig.dts.json

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": {}
}
}