Skip to content

Commit

Permalink
Fix docs typo (#9700)
Browse files Browse the repository at this point in the history
  • Loading branch information
cksal0805 authored Oct 11, 2023
1 parent 23d8796 commit 95cdf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/typescript/typescript/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export interface TypeScriptPluginConfig extends RawTypesConfig {
* 'path/to/file.ts': {
* plugins: ['typescript'],
* config: {
* enumsAsTypes: true
* enumsAsTypes: true,
* futureProofEnums: true
* }
* }
Expand Down

0 comments on commit 95cdf70

Please sign in to comment.