Add jsconfig.json

This commit is contained in:
Linus Groh
2019-12-16 19:35:17 +00:00
parent 2827d85865
commit 7b6641e70d

9
jsconfig.json Normal file
View File

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