mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
34b9579b51
* feat: add typed daemon client * chore: tighten client package exports * fix: preserve open and screenshot cli flags * feat: expose runtime open and install-source client flows * feat: expose retained materialization paths in client * feat: complete typed client cleanup * fix: fall back to XML plist parsing
11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": false,
|
|
"emitDeclarationOnly": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/**/__tests__/**"]
|
|
}
|