{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "noUncheckedIndexedAccess": true, "verbatimModuleSyntax": true, "strictNullChecks": true, "skipLibCheck": true } }