mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"extends": "@roo-code/config-typescript/base.json",
|
|
"compilerOptions": {
|
|
"types": [],
|
|
"outDir": "dist/ui-next",
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["src/ui-next"],
|
|
"exclude": ["node_modules"]
|
|
}
|