{ "tasksRunnerOptions": { "default": { "runner": "nx/tasks-runners/default", "options": { "cacheableOperations": [ "build", "test" ] } } }, "targetDefaults": { "build": { "dependsOn": [ "^build" ] }, "dev": { "dependsOn": [ "^build" ] } }, "$schema": "./node_modules/nx/schemas/nx-schema.json", "namedInputs": { "default": [ "{projectRoot}/**/*", "sharedGlobals" ], "sharedGlobals": [], "production": [ "default" ] } }