Don't import typescript at runtime (#88321)
Closes https://github.com/vercel/next.js/issues/86981
Closes PACK-6209
Don't import typescript at runtime to determine the tsconfig, to be able
to transpile next.config.ts.
Instead, read the tsconfig file directly.