## Steps to reproduce TS: ``` import packageJson from './package.json' with { type: 'json' }; ``` Result: | `"module":` | `tsc` 5.9.3 | `tsgo` 7.0.0-dev.20260203.1 | --- | --- | --- | | `"node20"` | ✅ | ✅ | | "nodenext" | ✅ | `Consider using '--resolveJsonModule' to import module with '.json' extension.` |