Roo-Code/apps/web-roo-code/tsconfig.json
2025-06-03 14:03:19 -07:00

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"]
}