Files
oleg 632b38119b feat: AI Workflow Builder agent (no-changelog) (#17423)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-07-21 11:18:26 +02:00

17 lines
255 B
Plaintext

{
"fileExtensions": ["ts"],
"excludeRegExp": [
"node_modules",
"dist",
"\\.test\\.",
"\\.spec\\."
],
"tsConfig": "./tsconfig.json",
"layout": "neato",
"detectiveOptions": {
"ts": {
"skipTypeImports": false
}
}
}