chore(platform): eslint/tsconfig migration + browser utils

Migrate to eslint flat config and composite tsconfig; browser/multi updates
(hideOthers, focusScope).
This commit is contained in:
2026-06-07 16:29:28 +07:00
parent da8d137be4
commit e6919de29e
16 changed files with 443 additions and 88 deletions
+6 -5
View File
@@ -1,6 +1,7 @@
{
"extends": "@robonen/tsconfig/tsconfig.json",
"compilerOptions": {
"lib": ["DOM"]
}
}
"files": [],
"references": [
{ "path": "./tsconfig.src.json" },
{ "path": "./tsconfig.node.json" }
]
}