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 dda0f14 commit 5c6d017Copy full SHA for 5c6d017
packages/arcana-auth/src/index.ts
@@ -1,5 +1,5 @@
1
import { createEIP1193Provider, WalletInit } from '@web3-onboard/common'
2
-import type { ConstructorParams } from '@arcana/auth/types'
+import type { ConstructorParams } from '@arcana/auth'
3
4
export default function (opts: {
5
clientID: string
packages/arcana-auth/tsconfig.json
@@ -7,6 +7,7 @@
7
"declarationDir": "dist",
8
"moduleResolution": "node",
9
"paths": {
10
+ "@arcana/auth/types/*": ["./node_modules/@arcana/auth/types/*"],
11
"*": ["./src/*", "./node_modules/*"]
12
},
13
"typeRoots": ["node_modules/@types"],
0 commit comments