Skip to content

Commit

Permalink
Add missing import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandenXia authored Oct 4, 2024
1 parent 3910e57 commit 64f513c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/typescript-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ For example, the below configuration is equivalent to the `makers` array from th
```typescript
import type { ForgeConfig } from '@electron-forge/shared-types';
import { MakerDeb } from '@electron-forge/maker-deb';
import { MakerRpm } from '@electron-forge/maker-rpm';
import { MakerSquirrel } from '@electron-forge/maker-squirrel';
import { MakerZIP } from '@electron-forge/maker-zip';

Expand Down

0 comments on commit 64f513c

Please sign in to comment.