mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
36 lines
588 B
JSON
36 lines
588 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types",
|
|
"noUncheckedIndexedAccess": false,
|
|
"exactOptionalPropertyTypes": false,
|
|
"noImplicitOverride": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../cosmokit"
|
|
},
|
|
{
|
|
"path": "../cordis"
|
|
},
|
|
{
|
|
"path": "../loader"
|
|
},
|
|
{
|
|
"path": "../include"
|
|
},
|
|
{
|
|
"path": "../timer"
|
|
},
|
|
{
|
|
"path": "../schemastery"
|
|
}
|
|
]
|
|
}
|