chore(repo): explicitly enable source file analysis

This commit is contained in:
Victor Savkin 2022-07-04 12:03:56 -04:00
parent da14cfac64
commit 3d0a01c206
No known key found for this signature in database
GPG Key ID: 39178FEB7698B817

View File

@ -32,6 +32,12 @@
"default": ["{projectRoot}/**/*"], "default": ["{projectRoot}/**/*"],
"prod": ["!{projectRoot}/**/*.spec.ts{,.snap}"] "prod": ["!{projectRoot}/**/*.spec.ts{,.snap}"]
}, },
"pluginsConfig": {
"@nrwl/js": {
"analyzePackageJson": true,
"analyzeSourceFiles": true
}
},
"targetDefaults": { "targetDefaults": {
"build": { "build": {
"dependsOn": ["build-base"], "dependsOn": ["build-base"],