Skip to content

Commit

Permalink
fix: docs error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Oct 7, 2024
1 parent 5fa0487 commit 6052e66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ark/docs/src/components/shiki.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const addCopyButton = {
/** @type { import("astro").ShikiConfig } */
export const shikiConfig = {
theme: arkdarkColors,
// @ts-expect-error
// @ts-ignore
langs: [arktypeTextmate],
// @ts-ignore
transformers: [twoslash, transformerNotationErrorLevel(), addCopyButton],
Expand Down
6 changes: 3 additions & 3 deletions ark/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
// can remove this line if it doesn't break the build in the future
"rewriteRelativeImportExtensions": false
},
"mdx": {
"checkMdx": true
},
// "mdx": {
// "checkMdx": true
// },
// in addition to ignoring the additional dirs, this needs
// to be redeclared to avoid excluding ark/docs
"exclude": [".astro", "out", "dist", "node_modules"]
Expand Down

0 comments on commit 6052e66

Please sign in to comment.