Skip to content

Commit

Permalink
Merge pull request #21 from harley-codes/task/update-tsconfig
Browse files Browse the repository at this point in the history
Update tsconfig.json
  • Loading branch information
harley-codes authored Mar 20, 2024
2 parents e984ea2 + 6361663 commit d9e0e6e
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 @@ -10,6 +10,8 @@
"skipLibCheck": true,
"strict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
Expand All @@ -34,7 +36,6 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"src/app/dashboard/_actions"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit d9e0e6e

Please sign in to comment.