mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"target": "ES2022",
|
|
"lib": ["ES2022", "ESNext.Disposable", "DOM"],
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"outDir": "out"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": [".vscode-test", "**/node_modules/**", "out"]
|
|
}
|