summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src
diff options
context:
space:
mode:
authorJonathan Stewmon <jstewmon@gmail.com>2020-11-04 08:45:40 -0600
committerJonathan Stewmon <jstewmon@gmail.com>2020-11-26 10:49:06 -0600
commitc707d9c02bab395141fb053bdcd7f26460cc7366 (patch)
tree392982fd15a46fc843d746fce8798543a2db8a3d /packages/browser/src
parentb0f3b8f39bd5e57d81e77d71d667968e3734d670 (diff)
chore: remove dom lib reference from server package
The dom lib is incompatible with node, which can result in inaccurate type checking. Packages which reference types provided by a lib require package consumers to either include the lib or use skipLibCheck which disables all type declaration checks. So instead of referencing the dom lib, define the types needed by the server package locally and import them where needed.
Diffstat (limited to 'packages/browser/src')
0 files changed, 0 insertions, 0 deletions