12 lines
192 B
JSON
12 lines
192 B
JSON
|
{
|
||
|
"ignore": [
|
||
|
".git",
|
||
|
"node_modules",
|
||
|
".gitignore"
|
||
|
],
|
||
|
"env": {
|
||
|
"NODE_ENV": "development"
|
||
|
},
|
||
|
"ext": "js",
|
||
|
"__ext": "js,json"
|
||
|
}
|