mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
Co-authored-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com> Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationDir": "types",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"]
|
|
},
|
|
"references": [{ "path": "../utils" }],
|
|
"include": ["src/**/*.ts"]
|
|
}
|