StellateHQ / fuse

Fuse: The fastest way to build and query great APIs with TypeScript
https://fusedata.dev
MIT License
543 stars 13 forks source link

RFC(create-fuse-app): gql.tada by default in empty dirs #136

Closed mxstbr closed 7 months ago

mxstbr commented 7 months ago

Summary

Currently, when running create-fuse-app in an empty dir without a tsconfig.json it defaults to codegen. However, moving forward we want people to be using gql.tada.

Proposed Solution

In a dir without a tsconfig.json, write a default tsconfig.json to the dir and add the gql.tada setup to it.