What does the "exclude" option in tsconfig.json do?
Excludes specific TypeScript files from compilation.
Prevents JavaScript files from being executed
Marks files as optional in the TypeScript project.
Reduces the number of dependencies in node_modules
This question is part of this quiz :
TypeScript Configuration and Performance