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 7b06f5f commit ac9721e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "tsconfig/nextjs.json",
"compilerOptions": {
"paths": {
"@src/*": ["./apps/extension/src/*"]
"@src/*": ["./apps/extension/src/*"],
"neverthrow": ["node_modules/neverthrow/"],
},
"tsBuildInfoFile": ".build-cache/tsconfig.tsbuildinfo"
},
Expand Down

0 comments on commit ac9721e

Please sign in to comment.