1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-28 07:50:55 +02:00
keeweb/jsconfig.json

20 lines
353 B
JSON
Raw Normal View History

2019-09-16 18:34:58 +02:00
{
"compilerOptions": {
"target": "esnext",
"baseUrl": "app",
"paths": {
"templates/*": [
"templates/*"
],
"*": [
"scripts",
"styles",
"resources"
]
}
},
"exclude": [
"node_modules"
]
}