{ "compilerOptions": { /* Base Options: */ "esModuleInterop": true, "skipLibCheck": true, "target": "es2022", "verbatimModuleSyntax": true, "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force", /* Strictness */ "strict": true, "noUncheckedIndexedAccess": true, /* If NOT transpiling with TypeScript: */ "moduleResolution": "Bundler", "module": "ESNext", "noEmit": true, /* If your code doesn't run in the DOM: */ "lib": ["es2022", "dom"] } }