From 81f2581c2ae58da55a57bb56c0d832738d67479e Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:49:46 -0800 Subject: [PATCH] Add DOM to tsconfig. Why does app insights 2 depend on URL from the DOM? I don't know, seems wrong. --- packages/publisher/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/publisher/tsconfig.json b/packages/publisher/tsconfig.json index beb0b27f..391bdced 100644 --- a/packages/publisher/tsconfig.json +++ b/packages/publisher/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "outDir": "dist", "rootDir": "src", + "lib": ["es2022", "dom"], "paths": { "*": ["./src/types/*"] }