mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* Evals * Remove redundant line * Fix tsc error * Disable debug mode * Add option to kill run
9 lines
257 B
JSON
9 lines
257 B
JSON
{
|
|
"extends": "@evals/typescript-config/nextjs.json",
|
|
"compilerOptions": {
|
|
"plugins": [{ "name": "next" }],
|
|
"paths": { "@/*": ["./src/*"] }
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|