UNPKG

223 BJSONView Raw
1{
2 "restartable": "rs",
3 "ignore": [
4 ".git",
5 "dist",
6 "node_modules/**/node_modules"
7 ],
8 "verbose": true,
9 "watch": [
10 "*.js",
11 "src/"
12 ],
13 "ext": "js,json, css, hbs"
14 }
\No newline at end of file