ali ghamdan
ali ghamdan
DDeno
Created by ali ghamdan on 1/8/2025 in #help
Property 'document' does not exist on type 'Window & typeof globalThis'.
ok, thx
4 replies
DDeno
Created by ali ghamdan on 1/8/2025 in #help
Property 'document' does not exist on type 'Window & typeof globalThis'.
fixed: in deno.json i add to the 'lib' array in 'compilerOptions' : "dom"
"compilerOptions": {
"lib": [
"deno.window",
"dom"
]
}
"compilerOptions": {
"lib": [
"deno.window",
"dom"
]
}
4 replies