refactor: rename page-agent to page-agent-core
This commit is contained in:
9
packages/core/tsconfig.dts.json
Normal file
9
packages/core/tsconfig.dts.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
// @workaround DTS bug
|
||||
// dts do not work with monorepo path mapping
|
||||
// disable path mapping for it
|
||||
"paths": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user