Skip to content

Commit ec06f7e

Browse files
committed
Add output directories to tsconfig path
1 parent 0f9a1c3 commit ec06f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payload/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"skipLibCheck": true,
88
"outDir": "./dist",
99
"paths": {
10-
"@/*": ["./src/*"]
10+
"@/*": ["./src/*", "./dist/*", "./dist/src/*"]
1111
},
1212
"jsx": "react"
1313
},

0 commit comments

Comments
 (0)