From 703b28295ed2213a3388e4a292f09d771016cfd6 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Tue, 1 Sep 2020 15:24:33 -0400 Subject: [PATCH] tsconfig.json: lib: ES5 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0dab6fac..44b460c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "lib": ["ES5", "DOM"], "target": "ES5", "module": "commonjs", "resolveJsonModule": true,