Skip to content

Commit 3c8f85d

Browse files
author
Brian Chen
authored
add ts-ignore line (#1990)
1 parent 444c3ae commit 3c8f85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/test/util/node_persistence.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
import * as fs from 'fs';
19+
// @ts-ignore: There are no types for indexeddbshim.
1920
import * as registerIndexedDBShim from 'indexeddbshim';
2021
import * as os from 'os';
2122

0 commit comments

Comments
 (0)