DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
TypeScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
TypeScript
What problem does verbatimModuleSyntax primarily solve?
A
It makes code run faster at runtime
B
It eliminates ambiguity/interop confusion by making import/export behavior fully explicit and predictable from the source alone, rather than inferred
C
It removes the need for a build step
D
It's purely cosmetic with no functional effect
Check Answer