mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
19 lines
242 B
JSON
19 lines
242 B
JSON
|
{
|
||
|
"ignore": [
|
||
|
".git",
|
||
|
"node_modules/"
|
||
|
],
|
||
|
"verbose": true,
|
||
|
"legacyWatch": true,
|
||
|
"execMap": {
|
||
|
"js": "npm run start"
|
||
|
},
|
||
|
"watch": [
|
||
|
"app/js/",
|
||
|
"app.js",
|
||
|
"config/",
|
||
|
"../../libraries/"
|
||
|
],
|
||
|
"ext": "js"
|
||
|
}
|