Created the jsconfig.json

This commit is contained in:
Mathias Wagner 2023-11-12 23:22:03 +01:00
parent a4857c0bce
commit 5f6caafb20
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

8
jsconfig.json Normal file
View File

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