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