10 lines
115 B
JSON
10 lines
115 B
JSON
{
|
|
"watch": [
|
|
"**/**"
|
|
],
|
|
"ignore": [
|
|
"node_modules"
|
|
],
|
|
"ext": "ts,.tsx",
|
|
"exec": "yarn server"
|
|
} |