fix: add dom to ts compiler
This commit is contained in:
parent
26f6013869
commit
c3c172a5bc
|
@ -30,7 +30,7 @@ export default async function (): Promise<PresetAsset> {
|
|||
},
|
||||
tsconfig: {
|
||||
compilerOptions: {
|
||||
lib: ["ES2021"],
|
||||
lib: ["ES2021", "dom"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue