14 lines
169 B
JSON
14 lines
169 B
JSON
{
|
|
"ignore": [
|
|
".git",
|
|
"node_modules",
|
|
"node_modules/**/node_modules",
|
|
"src/client"
|
|
],
|
|
"watch": [
|
|
"src/",
|
|
"demo/"
|
|
],
|
|
"ext": "js,json"
|
|
}
|