I'm using TypeScript with the default tsconfig that is from the docs, I also have another tsconfig f

I'm using TypeScript with the default tsconfig that is from the docs, I also have another tsconfig for the SPA part. This means that things like
Response
will be different between the two, and any code placed outside of
functions
will use that tsconfig. So my question is, where do people put things like helpers/utils for
functions
specific things and not have them exposed as routes?
Was this page helpful?