Files
v10/packages/spf/tsconfig.json
T
27a3993fb2 feat(spf): initial push of SPF (#784)
Co-authored-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
2026-03-09 17:32:24 -07:00

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"]
}