1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "lib": ["ESNext", "dom", "DOM.Iterable"], 5 "module": "ESNext" 6 } 7} 8