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.

Merge pull request #1698 from hey-api/chore/turbo-openapi-ts

chore: add turbo.json to openapi-ts

authored by

Lubos and committed by
GitHub
5cd3d9ed 933472ad

+10
+10
packages/openapi-ts/turbo.json
··· 1 + { 2 + "$schema": "../../node_modules/turbo/schema.json", 3 + "extends": ["//"], 4 + "tasks": { 5 + "build": { 6 + "dependsOn": [], 7 + "outputs": ["dist/**"] 8 + } 9 + } 10 + }