{ "targetDefaults": { "build": { "dependsOn": [ "^build" ], "cache": true }, "dev": { "dependsOn": [ "^build" ], "cache": true } }, "$schema": "./node_modules/nx/schemas/nx-schema.json", "namedInputs": { "default": [ "{projectRoot}/**/*", "sharedGlobals" ], "sharedGlobals": [], "production": [ "default" ] } }