mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
16 lines
192 B
JSON
16 lines
192 B
JSON
{
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/"
|
|
],
|
|
"verbose": true,
|
|
"execMap": {
|
|
"js": "npm run start"
|
|
},
|
|
"watch": [
|
|
"app/coffee/",
|
|
"app.coffee"
|
|
],
|
|
"ext": "coffee"
|
|
}
|