7
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m5s

This commit is contained in:
Lee
2024-10-04 12:39:11 +01:00
parent 1a87cda87f
commit 9dca5e4a90

View File

@ -22,7 +22,7 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveWatchOutput": true,
"baseUrl": "./",
"baseUrl": "../../",
"paths": {
"@/*": ["./src/*.ts", "./src/*"]
}