{ "globalEnv": ["NODE_ENV"], "tasks": { "reset": { "cache": false }, "build": { "dependsOn": ["@sy/web-vitals#build"], "outputs": ["dist/**", "dist.zip"] }, "preview": { "dependsOn": ["@sy/web-vitals#build"], "outputs": ["dist/**"] }, "dev": { "dependsOn": ["@sy/web-vitals#build"], "outputs": [], "cache": false, "persistent": true }, "typecheck": { "outputs": [] } }, "extends": ["//"] }