We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9a1c3 commit ec06f7eCopy full SHA for ec06f7e
payload/tsconfig.json
@@ -7,7 +7,7 @@
7
"skipLibCheck": true,
8
"outDir": "./dist",
9
"paths": {
10
- "@/*": ["./src/*"]
+ "@/*": ["./src/*", "./dist/*", "./dist/src/*"]
11
},
12
"jsx": "react"
13
0 commit comments