Skip to content

Commit

Permalink
Fix jsconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhuang29 committed Jun 18, 2023
1 parent 9031fc5 commit 796e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"paths": {
"@/*": ["./src/*"],
"@/*": ["./*"],
"@background/*": ["background/*"],
"@browsers/*": ["shared/browsers/*"],
"@content/*": ["content/*"],
Expand Down

0 comments on commit 796e335

Please sign in to comment.