{ "targetDefaults": { "build": { "cache": true, "dependsOn": ["^build"], "outputs": ["{projectRoot}/dist"] }, "test": { "cache": true, "dependsOn": ["build"] } } }