UNPKG
@re-ai/volc-knowledge
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
火山引擎知识库接口接入SDK
@re-ai/volc-knowledge
/
tsconfig.json
14 lines
•
304 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}