opencode_offline/cloud/web/tsconfig.json

13 lines
324 B
JSON
Raw Normal View History

2025-08-09 01:22:54 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"module": "esnext",
"moduleResolution": "bundler",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"types": ["vite/client"]
}
}