Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardTypeScriptmoduleResolution modesSingle-choice MCQ

Loading this tsconfig fails. What is the exact constraint being violated?

// tsconfig.json { "compilerOptions": { "moduleResolution": "bundler", "module": "commonjs" } }