fix: update TypeScript paths for payload configuration

This commit is contained in:
ArraysID
2025-05-11 05:24:31 +07:00
parent 8b6aa21f82
commit bba3c89b23
2 changed files with 2 additions and 6 deletions
-5
View File
@@ -1,11 +1,6 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "ES2022",
"baseUrl": ".",
"paths": {
"@payload-config": ["./src/payload.config.ts"]
},
"jsx": "preserve",
"strict": true,
"noEmit": true,