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, "skipLibCheck": true,
"outDir": "./dist", "outDir": "./dist",
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["./src/*"]
}, },
"jsx": "react" "jsx": "react"
}, },