mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(html): discover media elements and attach store target via DOM (#481)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
||||
"declarationDir": "../../types/dom"
|
||||
"declarationDir": "../../types/dom",
|
||||
"useDefineForClassFields": false
|
||||
},
|
||||
"references": [{ "path": "../.." }],
|
||||
"include": ["./**/*.ts"]
|
||||
|
||||
Reference in New Issue
Block a user