1{ 2 "compilerOptions": { 3 "strict": true, 4 "target": "ESNext", 5 "module": "nodenext", 6 "moduleResolution": "nodenext", 7 "allowSyntheticDefaultImports": true, 8 "esModuleInterop": true, 9 }, 10}