jsconfig for vscode

This commit is contained in:
antelle 2019-09-16 18:34:58 +02:00
parent 1a48270a28
commit 2bcaa1926a
1 changed files with 19 additions and 0 deletions

19
jsconfig.json Normal file
View File

@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "esnext",
"baseUrl": "app",
"paths": {
"templates/*": [
"templates/*"
],
"*": [
"scripts",
"styles",
"resources"
]
}
},
"exclude": [
"node_modules"
]
}