mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
feat: add npm publish workflow (#29)
* feat: add npm publish workflow Co-Authored-By: Han Xiao <han.xiao@jina.ai> * feat: add CLI interface Co-Authored-By: Han Xiao <han.xiao@jina.ai> * fix: add moduleResolution and resolveJsonModule to tsconfig Co-Authored-By: Han Xiao <han.xiao@jina.ai> * feat: add OPENAI_API_KEY to workflow files Co-Authored-By: Han Xiao <han.xiao@jina.ai> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Han Xiao <han.xiao@jina.ai>
This commit is contained in:
committed by
GitHub
parent
aee5598f3e
commit
282de3f245
@@ -7,6 +7,8 @@
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "node"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user