Skip to content

Commit

Permalink
Merge branch 'canary' into update/refactor-incremental-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 27, 2022
2 parents bec6a11 + 3c295f0 commit 7401927
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/with-contentlayer/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"contentlayer/generated": ["./.contentlayer/generated"]
}
},
"include": [".contentlayer/generated"]
}

0 comments on commit 7401927

Please sign in to comment.