{ "compilerOptions": { "strict": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noImplicitReturns": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "isolatedModules": true, "esModuleInterop": true, "skipLibCheck": true, "jsx": "preserve", "incremental": true } }