fix: add dom to ts compiler

This commit is contained in:
Derrick Hammer 2023-06-25 05:19:23 -04:00
parent 26f6013869
commit c3c172a5bc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export default async function (): Promise<PresetAsset> {
},
tsconfig: {
compilerOptions: {
lib: ["ES2021"],
lib: ["ES2021", "dom"],
},
},
},