diff --git a/.gitignore b/.gitignore index d1aabf4..1927c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +# bun +bun.lockb + # Misc .DS_Store *.pem diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 7f683ad..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/package.json b/package.json index 7f88687..7146619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.22", + "version": "0.0.23", "type": "module", "scripts": { "bump:version": "bunx changelogen --bump --no-output", diff --git a/tsconfig.json b/tsconfig.json index 60e3a7e..cd94fe1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,9 @@ { "extends": "./tsconfig.base.json", + "compilerOptions": { + /* Path Aliases */ + "baseUrl": "." + }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] } diff --git a/utils/setClipboard.ts b/utils/setClipboard.ts index f012af9..f1bc2ab 100644 --- a/utils/setClipboard.ts +++ b/utils/setClipboard.ts @@ -1,3 +1,4 @@ +// @ts-ignore -- not sure why this is not working import { toast } from "sonner"; type SetClipboardParams = {