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