mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
8 lines
254 B
JSON
8 lines
254 B
JSON
{
|
|
"extends": "@roo-code/config-typescript/nextjs.json",
|
|
"compilerOptions": {
|
|
"paths": { "@/*": ["./src/*"] }
|
|
},
|
|
"include": ["next-env.d.ts", "src/**/*.ts", "src/**/*.tsx", ".next/types/**/*.ts", "drizzle.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|