SIGN IN SIGN UP

Don't include dom typings in extensions (#89942)

**Problem**
All of our extensions currently are built using the dom typings. This can lead to runtime errors if you mistakenly use `window` or similar

**Fix**
Exclude the dom typings from compile. Then explicitly import the node types for `URL` and `TextEncoder`
M
Matt Bierner committed
b1c5e2f19b7c905f830388e823c9e12f33aab2ad
Parent: a861520
Committed by GitHub <[email protected]> on 2/4/2020, 7:08:22 PM