{ "compilerOptions": { "esModuleInterop": true, "jsx": "react", "lib": ["esnext"], "skipLibCheck": true, "strict": true }, "exclude": ["node_modules"], "include": ["src"] }