mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-01-26 11:13:58 +00:00
19 lines
331 B
Plaintext
19 lines
331 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "/home/juho/Source/tyo/lentolaskuri2",
|
|
"folder_exclude_patterns": ["node_modules", ".cache", ".tmp", "app/components"]
|
|
}
|
|
],
|
|
"ternjs": {
|
|
"exclude": ["node_modules/**", "app/components/**"],
|
|
"libs": ["jquery"],
|
|
"plugins": {
|
|
"requirejs": {
|
|
"baseURL": "app/components"
|
|
}
|
|
}
|
|
}
|
|
}
|