mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
11 lines
261 B
JSON
11 lines
261 B
JSON
{
|
|
"extends": "@roo-code/config-typescript/base.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["scripts/**/*.js", "scripts/**/*.mjs", "scripts/**/*.ts"]
|
|
}
|