D
Deno
Change Theme
Search Answer Overflow
Login
ali ghamdan
Posts
Comments
D
Deno
•
Created by ali ghamdan on 1/8/2025 in
#help
Property 'document' does not exist on type 'Window & typeof globalThis'.
ok, thx
4 replies
D
Deno
•
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