{ "compilerOptions": { /* Basic Options */ "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "lib": ["ESNext", "DOM", "DOM.Iterable"], "useDefineForClassFields": true, "jsx": "react-jsx", /* Strictness */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, /* Modern Module Handling */ "verbatimModuleSyntax": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, /* Build & Performance */ "composite": true, "incremental": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo", "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "noEmit": true } }