{ "compilerOptions": { "lib": ["ESNext", "DOM"], "moduleResolution": "NodeNext", "module": "NodeNext", "target": "ESNext", "strict": true, "noEmit": true, "useUnknownInCatchVariables": true, "noImplicitOverride": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, "exactOptionalPropertyTypes": true, "noImplicitReturns": true, "noUncheckedIndexedAccess": true, "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "isolatedModules": true, "isolatedDeclarations": true, "declaration": true, "jsx": "react-jsx" } }