Roo-Code/apps/web/tsconfig.json
2025-06-20 09:41:51 -07:00

16 lines
371 B
JSON

{
"extends": "@roo-code-cloud/config-typescript/nextjs.json",
"compilerOptions": {
"types": ["vitest/globals", "@testing-library/jest-dom"],
"paths": { "@/*": ["./src/*"] }
},
"include": [
"next-env.d.ts",
"src/**/*.ts",
"src/**/*.tsx",
".next/types/**/*.ts",
"drizzle.config.ts",
"vitest*.ts"
],
"exclude": ["node_modules"]
}