{ "extends": "../../tsconfig.base.json", "compilerOptions": { /* TODO: remove the following lines */ "strict": false, "noUncheckedIndexedAccess": false, // Do not include DOM and DOM.Iterable as this is a server-only package. "lib": ["ES2022"], }, "references": [{ "path": "../payload" }] }