Skip to content

Commit

Permalink
refactor: remove tsconfig paths config
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Nov 16, 2024
1 parent 37d9efc commit 301a9d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"module": "ESNext",
"moduleResolution": "Bundler",
"noUncheckedIndexedAccess": true,
"paths": {
"~/*": ["./src/*"]
},
// "paths": {
// "~/*": ["./src/*"]
// },
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
Expand Down

0 comments on commit 301a9d1

Please sign in to comment.