10 lines
313 B
JSON
10 lines
313 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
// DOM provides the Fetch API + WebSocket types used by the isomorphic
|
|
// api/realtime client layers (available in browsers, RN, and Node 18+).
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"]
|
|
},
|
|
"include": ["src"]
|
|
}
|