From 57502407bc24267937bb9ad69d1803979c781b65 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Mon, 18 Apr 2022 20:13:21 -0500 Subject: [PATCH] Fix release build. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 53f64bd7..cbafc6d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "lib": ["ES2019"], + "lib": ["ES2019", "dom"], "module": "commonjs", "target": "ES2019", "outDir": "dist",