Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Sep 11, 2024
1 parent f8ceecf commit 49fbd5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/nextra-theme-blog/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"moduleResolution": "Node",
"types": ["vitest/globals"],
"resolveJsonModule": true
}
},
"exclude": ["dist"]
}
3 changes: 2 additions & 1 deletion packages/nextra-theme-docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"lib": ["ESNext", "DOM"],
"types": ["vitest/globals"],
"resolveJsonModule": true
}
},
"exclude": ["dist"]
}
3 changes: 2 additions & 1 deletion packages/nextra/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"paths": {
"unified": ["./node_modules/unified"]
}
}
},
"exclude": ["dist"]
}

0 comments on commit 49fbd5f

Please sign in to comment.