{ "compilerOptions": { "strict": true, "target": "ESNext", "module": "nodenext", "moduleResolution": "nodenext", "allowSyntheticDefaultImports": true, "esModuleInterop": true, }, }