{ "compilerOptions": { "target": "esnext", "module": "esnext", "jsx": "react-jsx", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, }, "include": [ "src" ] }