We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d30a0 commit 4bbc8c9Copy full SHA for 4bbc8c9
src/index.ts
@@ -1,3 +1,7 @@
1
+/// <reference no-default-lib="true" />
2
+/// <reference lib="esnext" />
3
+/// <reference lib="dom" />
4
+/// <reference lib="dom.iterable" />
5
/**
6
* This file contains a diffing algorithm that is used to update the DOM
7
* inspired by the set-dom library https://github.com/DylanPiercey/set-dom
0 commit comments