Skip to content

Commit

Permalink
Remove the newly added setting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Apr 23, 2024
1 parent 29de9d8 commit ca1c9ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/api-docs-builder/ProjectSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,4 @@ export interface ProjectSettings {
* Determines if a given slot or state is a global state
*/
isGlobalClassName: (slotOrState: string) => boolean;
/**
* Path to babel configuration file.
* It is used to parse the test files.
*/
babelConfigPath?: string;
}

0 comments on commit ca1c9ed

Please sign in to comment.