Skip to content

Commit

Permalink
review: remove newer lib
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCa96 committed Jan 21, 2025
1 parent a66afe7 commit 725f854
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion apps/demo-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"include": ["src/**/*"],
"compilerOptions": {
"rootDir": "./src",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"baseUrl": "."
}
}
1 change: 0 additions & 1 deletion apps/playground/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"composite": true,
"rootDir": "./src",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"baseUrl": "."
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Arrayable } from "vitest";
import { toValue, type MaybeRefOrGetter, type Ref } from "vue";
import type { Arrayable } from "../../utils/types";
import { useGlobalEventListener } from "./useGlobalListener";

export type UseOutsideClickOptions = {
Expand Down

0 comments on commit 725f854

Please sign in to comment.