-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsconfig.json
More file actions
27 lines (27 loc) · 859 Bytes
/
Copy pathjsconfig.json
File metadata and controls
27 lines (27 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": false,
"baseUrl": ".",
"paths": {
"@deepseek-ai/cordis": [
"C:/Users/YX-ASUS/Desktop/deepseek-harness-master/vendor/cordis/lib/types/index.d.ts"
],
"@deepseek-ai/dsh-tools": [
"C:/Users/YX-ASUS/Desktop/deepseek-harness-master/packages/core/tools/lib/types/index.d.ts"
],
"@deepseek-ai/dsh-skill": [
"C:/Users/YX-ASUS/Desktop/deepseek-harness-master/packages/skill/skill/lib/types/index.d.ts"
],
"@deepseek-ai/schemastery": [
"C:/Users/YX-ASUS/Desktop/deepseek-harness-master/vendor/schemastery/lib/types/index.d.ts"
]
}
},
"include": ["*.js", "lib/**/*.js", "test/**/*.js"]
}