We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b942550 commit 4c2c20dCopy full SHA for 4c2c20d
packages/nx-plugin/src/plugin/types.ts
@@ -4,7 +4,7 @@ import type {
4
ProjectConfiguration,
5
} from '@nx/devkit';
6
import type { WithRequired } from '@code-pushup/utils';
7
-import type { DynamicTargetOptions } from '../internal/types';
+import type { DynamicTargetOptions } from '../internal/types.js';
8
9
export type ProjectPrefixOptions = {
10
projectPrefix?: string;
0 commit comments