fix(html): discover media elements and attach store target via DOM (#481)

This commit is contained in:
rahim
2026-02-10 00:32:23 +11:00
committed by GitHub
parent 00fdf966ca
commit 5eab1dbb2f
11 changed files with 79 additions and 58 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"compilerOptions": {
"composite": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"declarationDir": "../../types/dom"
"declarationDir": "../../types/dom",
"useDefineForClassFields": false
},
"references": [{ "path": "../.." }],
"include": ["./**/*.ts"]