Paul Swail
05/17/2022, 2:10 PMPaul Swail
05/17/2022, 2:11 PMExample "typescript-monorepo" does not exist.
whenever I try to install it via the yarn commandthdxr
05/17/2022, 2:12 PMyarn create sst
and choosing the typescript one will get you thatthdxr
05/17/2022, 2:12 PMSeth Geoghegan
05/17/2022, 2:12 PMPaul Swail
05/17/2022, 2:15 PMPaul Swail
05/17/2022, 2:17 PMthdxr
05/17/2022, 2:18 PMcore
in this but it will be in the graphql stack I'm demoing later. All it really is is another folder in backend called core
and updating the backend/tsconfig.json
to have "include": ["functions", "core"]
and
"paths": {
"@my-sst-app/core/*": ["./core/*"]
}
Paul Swail
05/17/2022, 2:18 PMPaul Swail
05/17/2022, 2:19 PM