mirror of https://github.com/keeweb/keeweb
jsconfig for vscode
parent
1a48270a28
commit
2bcaa1926a
@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"baseUrl": "app",
|
||||
"paths": {
|
||||
"templates/*": [
|
||||
"templates/*"
|
||||
],
|
||||
"*": [
|
||||
"scripts",
|
||||
"styles",
|
||||
"resources"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue