Skip to content

Commit

Permalink
fix: do not require .d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Jan 24, 2024
1 parent ade44f8 commit bfe252c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Declares global hooks
import "../typings/global";
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="../typings/global.d.ts" />
// Augments browser and element methods
import "./browser/types";
// Declares global expect function
Expand Down

0 comments on commit bfe252c

Please sign in to comment.