diff --git a/.presetterrc.json b/.presetterrc.json index fe409ad..829f9b2 100644 --- a/.presetterrc.json +++ b/.presetterrc.json @@ -13,6 +13,13 @@ "compilerOptions": { "rootDir": "src" } + }, + "tsconfig": { + "compilerOptions": { + "lib": [ + "dom" + ] + } } } }