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 9a5c138 commit d8641bbCopy full SHA for d8641bb
packages/nx-plugin/src/plugin/plugin.ts
@@ -36,7 +36,7 @@ export const createNodes: CreateNodes = [
36
},
37
];
38
39
-export const createNodesV2: CreateNodesV2<any> = [
+export const createNodesV2: CreateNodesV2 = [
40
`**/${PROJECT_JSON_FILE_NAME}`,
41
42
async (configFiles, options, context) => {
0 commit comments