diff options
author | Jonathan Stewmon <jstewmon@gmail.com> | 2020-11-04 08:45:40 -0600 |
---|---|---|
committer | Jonathan Stewmon <jstewmon@gmail.com> | 2020-11-26 10:49:06 -0600 |
commit | c707d9c02bab395141fb053bdcd7f26460cc7366 (patch) | |
tree | 392982fd15a46fc843d746fce8798543a2db8a3d /packages/browser/src | |
parent | b0f3b8f39bd5e57d81e77d71d667968e3734d670 (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