mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
19 lines
No EOL
399 B
JSON
19 lines
No EOL
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"lib": ["ES2020"],
|
|
"sourceMap": true,
|
|
"rootDir": "../..",
|
|
"strict": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": false,
|
|
"alwaysStrict": false,
|
|
"skipLibCheck": true,
|
|
"baseUrl": "../..",
|
|
"paths": {
|
|
"*": ["*", "src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", ".vscode-test"]
|
|
} |