Roo-Code/apps/cli/tsconfig.json
2026-01-09 23:22:51 -08:00

15 lines
306 B
JSON

{
"extends": "@roo-code/config-typescript/base.json",
"compilerOptions": {
"types": ["vitest/globals"],
"outDir": "dist",
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src", "*.config.ts"],
"exclude": ["node_modules"]
}