Files
payload/test/graphql-schema-gen/tsconfig.json
Jarrod Flesch 8458a98eff feat: custom type interfaces (#2709)
* feat: ability to hoist type interfaces and reuse them

* docs: organizes ts and gql docs, adds section for field interfaces on both
2023-06-07 12:48:41 -04:00

10 lines
155 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"paths": {
"payload/generated-types": [
"./payload-types.ts",
],
},
}
}