Skip to content

Commit 4bbc8c9

Browse files
committed
chore: add comment
1 parent 24d30a0 commit 4bbc8c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/// <reference no-default-lib="true" />
2+
/// <reference lib="esnext" />
3+
/// <reference lib="dom" />
4+
/// <reference lib="dom.iterable" />
15
/**
26
* This file contains a diffing algorithm that is used to update the DOM
37
* inspired by the set-dom library https://github.com/DylanPiercey/set-dom

0 commit comments

Comments
 (0)