Closed palmjack closed 9 months ago
+1
fix is to change moduleResolutions
in my tsconfig.json
to bundler
"moduleResolution": "bundler"
t3-env is esm only since 0.9 so you must use a compatible module resolution (Bundler is recommended as suggested by George and the docs)
After updating to v.0.9.2 I have this error
Cannot find module '@t3-oss/env-nextjs' or its corresponding type declarations
I'm using pnpm v.8.15.1