Skip to content

Commit

Permalink
docs: fix website build (#6055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Aug 6, 2024
1 parent 6b0d5f5 commit 8484faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const config: Config = {
id: 'api-cspell-lib',
out: './docs/api/cspell-lib',
entryPoints: ['../packages/cspell-lib/src/lib/index.ts'],
tsconfig: '../packages/cspell-lib/tsconfig.esm.json',
tsconfig: '../packages/cspell-lib/tsconfig.json',
// outputFileStrategy: 'modules',
fileExtension: '.md',
},
Expand Down
1 change: 1 addition & 0 deletions website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-require-imports */
import clsx from 'clsx';
import Heading from '@theme/Heading';
import styles from './styles.module.css';
Expand Down

0 comments on commit 8484faf

Please sign in to comment.