{ "compilerOptions": { "jsx": "react", "lib": ["ESNext", "DOM"], "module": "esnext", "target": "esnext", "moduleResolution": "node", "allowSyntheticDefaultImports": true } }