{ "compilerOptions": { "declaration": true, "declarationMap": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "module": "ES2022", "moduleResolution": "Bundler", "noEmit": false, "noUncheckedIndexedAccess": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "ES2022", "verbatimModuleSyntax": true } }