{ "compilerOptions": { "target": "ES2021", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "noUnusedLocals": true, "skipLibCheck": true, "lib": ["ES2021", "DOM", "DOM.Iterable"] }, "include": ["src"] }