1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-23 07:26:40 +02:00
keeweb/jsconfig.json
2019-09-16 18:34:58 +02:00

20 lines
353 B
JSON

{
"compilerOptions": {
"target": "esnext",
"baseUrl": "app",
"paths": {
"templates/*": [
"templates/*"
],
"*": [
"scripts",
"styles",
"resources"
]
}
},
"exclude": [
"node_modules"
]
}