{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "Node", "types": ["node"], "allowSyntheticDefaultImports": true, "strict": true, } }