Skip to content

Commit 3dec254

Browse files
committed
Add next plugin
1 parent 8773464 commit 3dec254

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/web-roo-code/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"extends": "@roo-code/config-typescript/nextjs.json",
33
"compilerOptions": {
4+
"plugins": [{ "name": "next" }],
45
"paths": { "@/*": ["./src/*"] }
56
},
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"],
78
"exclude": ["node_modules"]
89
}

0 commit comments

Comments
 (0)