mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
13 lines
451 B
JSON
13 lines
451 B
JSON
{
|
|
// Client-side compiler shape shared by tsconfig.client.json and every
|
|
// packages/client/* package: browser library API, React JSX, no ambient
|
|
// node types (packages that need them override locally).
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["ES2024", "DOM", "DOM.Iterable"],
|
|
"typeRoots": ["./scripts/types", "./node_modules/@types"],
|
|
"types": ["client-build-environment"]
|
|
}
|
|
}
|