Skip to content

Commit

Permalink
fix baseUrl which was chanegd to an absolute path by the auto-install…
Browse files Browse the repository at this point in the history
…er for react
  • Loading branch information
Timothée Rebours committed Feb 29, 2024
1 parent d0343a8 commit 611548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"verbatimModuleSyntax": true,
"jsx": "react-jsx",
"baseUrl": "/Users/timotheerebours/PersonalProjects/tex0l.github.io-astro",
"baseUrl": ".",
"paths": {
"~/*": [
"src/*"
Expand Down

0 comments on commit 611548a

Please sign in to comment.