Skip to content

Commit

Permalink
- changed: tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
THS-LMIS committed Dec 11, 2024
1 parent 1d26649 commit cd68b5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
"jsx": "react-jsx",
"types": [ "node", "vite/client" ],
"rootDirs": [ ".", "./.react-router/types" ],
"baseUrl": ".",
"paths": {
"~/*": [ "./app/*" ]
},
"baseUrl": "./app",
},
"include": [
"**/*",
Expand Down

0 comments on commit cd68b5f

Please sign in to comment.