mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
16 lines
371 B
JSON
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"]
|
|
}
|