Roo-Code/.roo/tools/tsconfig.json
2025-12-21 12:43:06 -08:00

9 lines
200 B
JSON

{
"extends": "@roo-code/config-typescript/base.json",
"compilerOptions": {
"noEmit": true,
"types": ["vitest/globals"]
},
"include": ["*.ts", "__tests__/*.ts"],
"exclude": ["node_modules"]
}