Skip to content

Commit d8641bb

Browse files
committed
chore: wip
1 parent 9a5c138 commit d8641bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const createNodes: CreateNodes = [
3636
},
3737
];
3838

39-
export const createNodesV2: CreateNodesV2<any> = [
39+
export const createNodesV2: CreateNodesV2 = [
4040
`**/${PROJECT_JSON_FILE_NAME}`,
4141

4242
async (configFiles, options, context) => {

0 commit comments

Comments
 (0)