2b5d2fa559
Introduce a first-class ghost cursor system for recordings and screenshots with namespace APIs (, ) while preserving backward-compatible top-level recording helpers. Improve reliability after relay restarts by consolidating extension wait logic around , reducing false disconnected states during and execute flows. Refactor recording glue into dedicated modules (, in ) to keep executor orchestration thin and make cursor lifecycle state explicit and testable.
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"types": ["node", "chrome"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/a11y-client.ts", "src/ghost-cursor-client.ts"]
|
|
}
|