We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typings
package.json
1 parent 6422681 commit b8084d2Copy full SHA for b8084d2
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"name": "@bitarray/es6",
3
"version": "1.1.2",
4
"description": "An ES6 BitArray class for easy and native-like operations on sequences of bits",
5
- "typings": "./dist/esm/bitarray.d.ts",
+ "typings": "./dist/esm/src/bitarray.d.ts",
6
"exports": {
7
".": {
8
"types": "./dist/esm/src/bitarray.d.ts",
0 commit comments