Fix path to src folder in tsconfig

This commit is contained in:
Max Schmidt 2023-06-17 12:29:34 +02:00
parent f83cb88bfd
commit 4edfce0815

View File

@ -7,7 +7,7 @@
"skipLibCheck": true,
"outDir": "./dist",
"paths": {
"@/*": ["src/*"]
"@/*": ["./src/*"]
},
"jsx": "react"
},