Skip to content

Commit 4c2c20d

Browse files
aramirezjBioPhoton
andauthored
Update packages/nx-plugin/src/plugin/types.ts
Co-authored-by: Michael Hladky <10064416+BioPhoton@users.noreply.github.com>
1 parent b942550 commit 4c2c20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx-plugin/src/plugin/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type {
44
ProjectConfiguration,
55
} from '@nx/devkit';
66
import type { WithRequired } from '@code-pushup/utils';
7-
import type { DynamicTargetOptions } from '../internal/types';
7+
import type { DynamicTargetOptions } from '../internal/types.js';
88

99
export type ProjectPrefixOptions = {
1010
projectPrefix?: string;

0 commit comments

Comments
 (0)