mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
Feedback from @decepulis treated as a fast follow/incremental improvement effort for expediency. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
284 B
JSON
12 lines
284 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationDir": "types",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"exactOptionalPropertyTypes": false
|
|
},
|
|
"references": [{ "path": "../utils" }],
|
|
"include": ["src/**/*.ts"]
|
|
}
|