Compare commits

3 Commits

Author SHA1 Message Date
c63b38179d Recreated tsconfig.json file 2025-08-31 12:21:54 +03:00
be3e8eda7a removed tsconfig.json 2025-08-31 12:18:51 +03:00
a3d539d1e2 modified next-env ve tsconfig files 2025-08-31 12:05:52 +03:00

View File

@ -37,7 +37,9 @@
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": [ "@/*": [
"src/*" "src/*"
], ],
"@payload-config": [ "@payload-config": [
"./src/payload.config.ts" "./src/payload.config.ts"
@ -75,4 +77,5 @@
"exclude": [ "exclude": [
"node_modules" "node_modules"
] ]
} }