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.
1 parent 3c628a2 commit 91679d5Copy full SHA for 91679d5
package.json
@@ -23,6 +23,22 @@
23
],
24
"type": "module",
25
"types": "./dist/src/index.d.ts",
26
+ "typesVersions": {
27
+ "*": {
28
+ "*": [
29
+ "*",
30
+ "dist/*",
31
+ "dist/src/*",
32
+ "dist/src/*/index"
33
+ ],
34
+ "src/*": [
35
36
37
38
39
+ ]
40
+ }
41
+ },
42
"files": [
43
"src",
44
"dist",
typedoc.json
@@ -1,6 +1,7 @@
1
{
2
"readme": "none",
3
"entryPoints": [
4
- "./src/index.ts"
+ "./src/index.ts",
5
+ "./src/crypto/index.ts"
6
]
7
}
0 commit comments