Skip to content

Commit

Permalink
fix(vite): update jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Feb 27, 2025
1 parent aaa4c83 commit fe8ac38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/plugins/nx-tsconfig-paths.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import { isUsingTsSolutionSetup } from '@nx/js/src/utils/typescript/ts-solution-
export interface nxViteTsPathsOptions {
/**
* Enable debug logging
* If set to 'force-ignore', it will always ignore the debug logging even when `--verbose` or `NX_VERBOSE_LOGGING` is set to true.
* @default false
* If set to false, it will always ignore the debug logging even when `--verbose` or `NX_VERBOSE_LOGGING` is set to true.
* @default undefined
**/
debug?: boolean;
/**
Expand Down

0 comments on commit fe8ac38

Please sign in to comment.