We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8773464 commit 3dec254Copy full SHA for 3dec254
apps/web-roo-code/tsconfig.json
@@ -1,8 +1,9 @@
1
{
2
"extends": "@roo-code/config-typescript/nextjs.json",
3
"compilerOptions": {
4
+ "plugins": [{ "name": "next" }],
5
"paths": { "@/*": ["./src/*"] }
6
},
- "include": ["next-env.d.ts", "src/**/*.ts", "src/**/*.tsx", ".next/types/**/*.ts", "drizzle.config.ts"],
7
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
8
"exclude": ["node_modules"]
9
}
0 commit comments