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

11 lines
181 B
JSON
Raw Normal View History

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