mirror of
https://github.com/marcogll/builderbot-openai-assistants.git
synced 2026-01-13 13:25:18 +00:00
12 lines
167 B
JSON
12 lines
167 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts",
|
|
"ignore": [
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"delay": "3",
|
|
"execMap": {
|
|
"ts": "tsx"
|
|
}
|
|
} |