{ "compilerOptions": { "target": "ES2021", "module": "esnext", "strict": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "moduleResolution": "node" } }