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 0d863d3 commit d420eefCopy full SHA for d420eef
package.json
@@ -34,15 +34,20 @@
34
"lint": "ts-standard",
35
"lint:fix": "ts-standard --fix"
36
},
37
- "types": "types",
38
"files": [
39
"dist",
40
- "types",
41
"index.js",
+ "index.d.ts"
42
"providers.js",
+ "providers.d.ts",
43
"adapters.js",
44
+ "adapters.d.ts",
45
"client.js",
- "jwt.js"
46
+ "client.d.ts",
47
+ "jwt.js",
48
+ "jwt.d.ts",
49
+ "_next.d.ts",
50
+ "_utils.d.ts"
51
],
52
"license": "ISC",
53
"dependencies": {
0 commit comments