mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
ae0c347f27
[misc] npm workspaces GitOrigin-RevId: 87aa72db6637fb238d7cd35b0a48ac3ed58ab3eb
18 lines
242 B
JSON
18 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"
|
|
}
|