{ "extends": "../../tsconfig.base.json", "references": [{ "path": "../payload" }], "compilerOptions": { // Do not include DOM and DOM.Iterable as this is a server-only package. "lib": ["ES2022"], } }