mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-23 04:45:27 -04:00
550866f44f
* internal: migrate to libs * release process * no need of npm tokens * feat: bundle deepagent-cli from deepagents * only for mac now * fix * fix linter * tweak * Potential fix for code scanning alert no. 14: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 18: Uncontrolled command line Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * allow console in scripts * make it experimental * allow in CLI as well --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist", "scripts"]
|
|
}
|