Skip to content

Commit

Permalink
Update TypeScript config (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jun 26, 2022
1 parent 719e834 commit e720796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {ParseSelector} from 'typed-query-selector/parser';
import type {ParseSelector} from 'typed-query-selector/parser.d.js';

export type DelegateOptions = boolean | Omit<AddEventListenerOptions, 'once'>;
export type EventType = keyof GlobalEventHandlersEventMap;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typed-query-selector": "^2.6.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@sindresorhus/tsconfig": "^3.0.1",
"ava": "^4.3.0",
"jsdom": "^20.0.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit e720796

Please sign in to comment.