* feat: ability to hoist type interfaces and reuse them * docs: organizes ts and gql docs, adds section for field interfaces on both
10 lines
155 B
JSON
10 lines
155 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"paths": {
|
|
"payload/generated-types": [
|
|
"./payload-types.ts",
|
|
],
|
|
},
|
|
}
|
|
} |