according to your first link, specifically the solutioned link.
it recommends them to be defined in each indifidual package's tsconfig instead of the base tsconfig.
one note is the base tsconfig from the turbo docs also has "module": "NodeNext"
this turbopack example from vercel does a good job covering this case.