Created the jsconfig.json to help editors with the @ alias

This commit is contained in:
Mathias
2022-08-14 22:00:38 +02:00
parent 71f6efe8dc
commit 0e214af65a

8
client/jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}