7 lines
122 B
JSON
7 lines
122 B
JSON
|
|
{
|
||
|
|
"verbose": true,
|
||
|
|
"ignore": ["node_modules", ".next"],
|
||
|
|
"watch": ["src/**/*", "server.js"],
|
||
|
|
"ext": "js json ts tsx"
|
||
|
|
}
|