mirror of https://github.com/keeweb/keeweb
20 lines
353 B
JSON
20 lines
353 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"baseUrl": "app",
|
||
|
"paths": {
|
||
|
"templates/*": [
|
||
|
"templates/*"
|
||
|
],
|
||
|
"*": [
|
||
|
"scripts",
|
||
|
"styles",
|
||
|
"resources"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|