Skip to content

Commit

Permalink
fix tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TieProost committed Feb 12, 2024
1 parent ef98be6 commit 5e59ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"incremental": true,
"paths": {
"@/*": ["./src/*"]
}
},
"typeRoots": ["./node_modules/@types"]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 5e59ef0

Please sign in to comment.