{ "compilerOptions": { "module": "ESNext", "moduleResolution": "Node", "target": "ESNext", "lib": ["DOM", "ESNext"], "jsx": "react-jsx", "strict": true, "skipLibCheck": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true }, "include": ["src"] }