Files
v10/packages/spf/src/dom/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
254 B
JSON

{
"extends": "../../../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"declarationDir": "../../types/dom"
},
"references": [{ "path": "../.." }],
"include": ["./**/*.ts"]
}