summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 903eb06..cd7994a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -28,7 +28,8 @@
/* Path Aliases */
"baseUrl": ".",
"paths": {
- "@/*": ["./src/*"]
+ "@/*": ["./src/*"],
+ "@payload-config": ["./payload.config.ts"]
}
},
"include": [
@@ -40,5 +41,5 @@
"**/*.js",
".next/types/**/*.ts"
],
- "exclude": ["node_modules"]
+ "exclude": ["node_modules", "src/migrations"]
}