Skip to content

Commit

Permalink
Add neverthrow to paths
Browse files Browse the repository at this point in the history
  • Loading branch information
heathsnee committed Jul 11, 2024
1 parent f244209 commit faa5139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/extension/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="vite/client" />
/// <reference types="rollup-plugin-chrome-extension/client" />
/// <reference types="@radixdlt/connector-extension/node_modules/@radixdlt/radix-dapp-toolkit/node_modules/neverthrow" />
3 changes: 1 addition & 2 deletions apps/extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"paths": {
"@src/*": ["./apps/extension/src/*"],
},
"tsBuildInfoFile": ".build-cache/tsconfig.tsbuildinfo",
"preserveSymlinks": true
"tsBuildInfoFile": ".build-cache/tsconfig.tsbuildinfo"
},
"include": ["src/**/*.json", "src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts", "tests/**/*.ts"],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.radix.json" }]
Expand Down

0 comments on commit faa5139

Please sign in to comment.