Skip to content

Commit

Permalink
Update the errors in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjiang9142 committed May 28, 2024
1 parent 4c510b6 commit 4da7569
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"skipLibCheck": true
},
"include": [
"server/**/*.ts"
"server/**/*.ts",
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"/app/*",
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit 4da7569

Please sign in to comment.