mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
7 lines
98 B
JSON
7 lines
98 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts",
|
|
"ignore": ["src/**/*.spec.ts"],
|
|
"exec": "node ./index"
|
|
}
|