Files
deepseek-harness/native/landlock-run/tsconfig.base.json
T

12 lines
214 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"]
}
}