Skip to content

Commit 5c6d017

Browse files
committed
Fix arcana
1 parent dda0f14 commit 5c6d017

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/arcana-auth/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createEIP1193Provider, WalletInit } from '@web3-onboard/common'
2-
import type { ConstructorParams } from '@arcana/auth/types'
2+
import type { ConstructorParams } from '@arcana/auth'
33

44
export default function (opts: {
55
clientID: string

packages/arcana-auth/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"declarationDir": "dist",
88
"moduleResolution": "node",
99
"paths": {
10+
"@arcana/auth/types/*": ["./node_modules/@arcana/auth/types/*"],
1011
"*": ["./src/*", "./node_modules/*"]
1112
},
1213
"typeRoots": ["node_modules/@types"],

0 commit comments

Comments
 (0)