mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
9 lines
219 B
JSON
9 lines
219 B
JSON
{
|
|
"extends": "@roo-code/config-typescript/base.json",
|
|
"compilerOptions": {
|
|
"types": ["vitest/globals", "node"],
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src", "scripts", "*.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|