chore: returns generic to BasePayload to fix typing

This commit is contained in:
James
2023-10-02 11:07:01 -04:00
parent eb988f1f19
commit e5a95755da
6 changed files with 70 additions and 56 deletions

View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"esModuleInterop": true,
"paths": {
"payload/generated-types": ["./payload-types.ts"]
}
}
}