mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Removed src/services/package-manager/YamlParser.ts - Verified no test files or imports existed - All tests passing (1263 pass, 0 fail, 23 pending) Task ID: 4d3f7a2e-8c1b-4f9d-b5e2-9c1d8f3a6b4d
15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"rootDir": ".",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|