From 2cd96f955d5a200fd248813d6bd2acfc0ef37919 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sun, 12 Apr 2020 13:13:13 +0200 Subject: [PATCH] Don't include DOM typings Signed-off-by: David Mehren --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9eed606cb..259b97e75 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "sourceMap": true + "sourceMap": true, + "lib": ["ES2019"] }, "include": [ "./lib/**/*"