{ "extends": ["//"], "tasks": { "_clean_install": { "dependsOn": ["wrangler#build"], "outputs": ["node_modules"] }, "check:type": { "dependsOn": ["_clean_install"] }, "test:watch": { "dependsOn": ["_clean_install"] }, "type:tests": { "dependsOn": ["_clean_install"] }, "test:ci": { "dependsOn": ["_clean_install"] } } }