Created the jsconfig.json

This commit is contained in:
Mathias Wagner 2022-09-12 00:55:40 +02:00
parent ef20900793
commit a7bc92b0a9

10
jsconfig.json Normal file
View File

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