diff --git a/nx.json b/nx.json index 6464a9d5f3..6d0365ad7b 100644 --- a/nx.json +++ b/nx.json @@ -32,6 +32,12 @@ "default": ["{projectRoot}/**/*"], "prod": ["!{projectRoot}/**/*.spec.ts{,.snap}"] }, + "pluginsConfig": { + "@nrwl/js": { + "analyzePackageJson": true, + "analyzeSourceFiles": true + } + }, "targetDefaults": { "build": { "dependsOn": ["build-base"],