// This is the base tsconfig the entire Socket2 project uses { "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "strict": true, } }