We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
possible-typed-array-names
1 parent a0df9d5 commit b2d8fe3Copy full SHA for b2d8fe3
package.json
@@ -89,6 +89,6 @@
89
]
90
},
91
"dependencies": {
92
- "possible-typed-array-names": "^1.0.0"
+ "possible-typed-array-names": "^1.1.0"
93
}
94
tsconfig.json
@@ -1,5 +1,8 @@
1
{
2
"extends": "@ljharb/tsconfig",
3
+ "compilerOptions": {
4
+ "target": "ESNext",
5
+ },
6
"exclude": [
7
"coverage",
8
],
0 commit comments