Add DOM to tsconfig.

Why does app insights 2 depend on URL from the DOM? I don't know, seems
wrong.
This commit is contained in:
Nathan Shively-Sanders
2022-11-09 09:49:46 -08:00
parent b521d1a75d
commit 81f2581c2a

View File

@@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"lib": ["es2022", "dom"],
"paths": {
"*": ["./src/types/*"]
}