Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jun 7, 2023
1 parent ba4f998 commit 8506afb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"esModuleInterop": true,
"moduleResolution": "node",
"jsx": "react",
"stripInternal": true
"stripInternal": true,
"paths": {
"next/dist/*": ["./src/*"]
}
},
"exclude": [
"dist",
Expand Down

0 comments on commit 8506afb

Please sign in to comment.