From 3d0a01c2060aa729cc8e80bcd77a6da8f93e693e Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Mon, 4 Jul 2022 12:03:56 -0400 Subject: [PATCH] chore(repo): explicitly enable source file analysis --- nx.json | 6 ++++++ 1 file changed, 6 insertions(+) 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"],