fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/use-query-options 10 lines 168 B view raw
1{ 2 "$schema": "../../node_modules/turbo/schema.json", 3 "extends": ["//"], 4 "tasks": { 5 "build": { 6 "dependsOn": [], 7 "outputs": ["dist/**"] 8 } 9 } 10}