Skip to content

Commit

Permalink
Feat: baseUrl #15
Browse files Browse the repository at this point in the history
  • Loading branch information
2mingyu committed Nov 6, 2024
1 parent f3e2a5d commit cfdf0bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mingyu/week5/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",

"baseUrl": "src"
},
"include": [
"src"
Expand Down

0 comments on commit cfdf0bd

Please sign in to comment.