Skip to content

Commit

Permalink
docs: fix compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikaibenkai committed Mar 17, 2024
1 parent 362366d commit 9129bf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ export default defineConfig({
codeTransformers: [
transformerTwoslash({
explicitTrigger: false,
twoslashOptions: {
handbookOptions: {
noErrors: true,
},
},
}),
],
},
Expand Down
1 change: 0 additions & 1 deletion docs/guide/quick-starter.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import { Bot } from 'fanbook-api-node-sdk'
```

```ts [Common JS]
// @noErrors
const { Bot } = require('fanbook-api-node-sdk')
```

Expand Down

0 comments on commit 9129bf9

Please sign in to comment.