mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
14 lines
152 B
JSON
14 lines
152 B
JSON
{
|
|
"ignore": [
|
|
"**/*.spec.ts",
|
|
".git",
|
|
"node_modules"
|
|
],
|
|
"watch": [
|
|
"commands",
|
|
"index.ts",
|
|
"src"
|
|
],
|
|
"exec": "npm start",
|
|
"ext": "ts"
|
|
} |