Skip to content

Commit

Permalink
Update web support
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 2, 2023
1 parent 9dd3c30 commit 29202c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/utils/is_fully.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// eslint-disable-next-line no-undef
export const is_fully = () => !!window['fully'];
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"moduleResolution": "node",
"target": "ES5",
"module": "commonjs",
"lib": ["es2015", "es2016", "es2017", "es2020"],
"lib": ["es2015", "es2016", "es2017", "es2020", "DOM"],
"strict": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
Expand All @@ -14,4 +14,4 @@
},
"include": ["src"],
"exclude": ["node_modules", "tests", "lib"]
}
}

0 comments on commit 29202c9

Please sign in to comment.