Skip to content

Commit 178234d

Browse files
Add types for File and Directory Entries API
1 parent 5080a7b commit 178234d

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

package-lock.json

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"@types/react-mentions": "^4.1.3",
9494
"@types/sinon": "10.0.13",
9595
"@types/webpack-env": "~1.15.2",
96+
"@types/wicg-entries-api": "^2020.8.2",
9697
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
9798
"ajv": "6.12.5",
9899
"amd-loader": "0.0.8",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"./node_modules/@microsoft"
2222
],
2323
"types": [
24-
"webpack-env"
24+
"webpack-env",
25+
"wicg-entries-api"
2526
],
2627
"lib": [
2728
"es5",

0 commit comments

Comments
 (0)