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