Some users don't want to leverage Next.js' integrated type checking and prefer to do it manually. While this reduces visibility during development, some users may prefer it. This flag would only disable the forked type checking process (dev and build). `tsconfig.json` generation would still be mandatory. --- Please provide a proposal before implementing this.