{ "compilerOptions": { "lib": [ "ESNext" ], "module": "esnext", "target": "esnext", "moduleResolution": "node", "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "types": ["@types/node"] }, "moduleDetection": "force" }