Skip to content

Commit

Permalink
[core] Include playground pages in tsconfig (#5367)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored Jul 8, 2022
1 parent ce80a00 commit 21c1f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"incremental": true,
"noImplicitAny": true
},
"include": ["src/pages/**/*", "data/**/*"],
"include": ["pages/**/*.ts*", "data/**/*"],
"exclude": ["docs/.next", "docs/export"]
}

0 comments on commit 21c1f6c

Please sign in to comment.