chore: resolves path to live preview module

This commit is contained in:
Jacob Fletcher
2023-10-05 14:33:02 -04:00
parent 3538c2132d
commit f77c41978b
2 changed files with 11 additions and 3 deletions

View File

@@ -19,9 +19,15 @@
}
],
"paths": {
"@/*": ["./*"]
"@/*": ["./*"],
"@payloadcms/live-preview": ["../../../packages/live-preview"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
"references": [
{
"path": "../../../packages/live-preview"
}
]
}