Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
congle-engineer committed Oct 8, 2024
1 parent f7f56f2 commit a569dcc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
"name": "next"
}
],
"baseUrl": "."
"baseUrl": ".",
"paths": {
"components/*": ["./components/*"],
"lib/*": ["./lib/*"],
"interfaces/*": ["./interfaces/*"],
"styles/*": ["./styles/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit a569dcc

Please sign in to comment.