Hey, I'm currently working on a project and in the tsconfig.json file, there's this line:
lib:["2016", "DOM"]
Do you know what its purpose is?
I did some research and came across this information:
This setting specifies the library files to include in the compilation. It requires TypeScript version 2.0 or higher.
Can you give me more details about what this means exactly?