mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-08-03 09:04:16 +08:00
11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "@opentui/solid",
|
|
"types": ["@types/node"]
|
|
},
|
|
"include": ["index.js", "config.js", "update.js", "agents.js", "tui.jsx", "scripts/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|