Skip to content

Commit

Permalink
Add output directories to tsconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxl committed Jun 17, 2023
1 parent 0f9a1c3 commit ec06f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"skipLibCheck": true,
"outDir": "./dist",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*", "./dist/*", "./dist/src/*"]
},
"jsx": "react"
},
Expand Down

0 comments on commit ec06f7e

Please sign in to comment.