You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by timc1 March 2, 2022
Really enjoy using Turborepo :-)
I used the create-turbo command to bootstrap an app and was running into some missing type errors while developing within /web. Turned out the tsconfig for our Next.js apps under /apps/* have strict type checking off by default, where flipping the config to true solved my issues.
I'm not too familiar with this so wanted to make sure if there was an explicit reason for this config that I may be missing. Thanks again!