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
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "@robonen/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"composite": true,
"types": ["node"],
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.src.tsbuildinfo"
},
"include": ["src/**/*.ts"]
}