{ "extends": "@ljharb/tsconfig", "compilerOptions": { "maxNodeModuleJsDepth": 0, "target": "es2021", }, "exclude": [ "coverage", ], }