Roo-Code/benchmark/apps/web/tsconfig.json
2025-03-20 14:38:06 -07:00

9 lines
261 B
JSON

{
"extends": "@benchmark/typescript-config/nextjs.json",
"compilerOptions": {
"plugins": [{ "name": "next" }],
"paths": { "@/*": ["./src/*"] }
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}