Skip to content

Commit

Permalink
Add components directory to jsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrozer committed Jun 29, 2024
1 parent 066aeb1 commit 7e17a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@styles/*": ["styles/*"]
"@styles/*": ["styles/*"],
"@components/*": ["components/*"]
}
}
}

0 comments on commit 7e17a7d

Please sign in to comment.