chore: add jsconfig file to vue project

This commit is contained in:
Valentin Kaelin 2020-02-04 21:21:07 +01:00
parent 090326c208
commit f5020103dd

10
client/jsconfig.json Normal file
View file

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