Add `.next/dev/types` to CNA templates tsconfig include (#84566)
Since we're going to enable `experimental.isolatedDevBuild` by default, add `".next/dev/types"` to CNA templates tsconfig include. This is required for CNA test `projectShouldHaveNoGitChanges()` as Next.js automatically adds this when the `isolatedDevBuild` is enabled.