Skip to content

Commit

Permalink
Fix types of nextjs not being imported correctly
Browse files Browse the repository at this point in the history
Fixed it by renaming next.d.ts to types.d.ts
  • Loading branch information
blenderskool committed Jan 19, 2022
1 parent da82d33 commit 722f143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"include": [
"next-env.d.ts",
"next.d.ts",
"types.d.ts",
"**/*.ts",
"**/*.tsx"
],
Expand Down
File renamed without changes.

0 comments on commit 722f143

Please sign in to comment.