Skip to content

Commit

Permalink
docs: Limit scope of TypeScript
Browse files Browse the repository at this point in the history
This is required to prevent errors related to Next.js, which uses an
incompatible config.
  • Loading branch information
daniel-ac-martin committed Nov 10, 2024
1 parent 5343461 commit ea81392
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "../../tsconfig.webpack.json"
"extends": "../../tsconfig.webpack.json",
"include": [
"src"
]
}

1 comment on commit ea81392

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.