Skip to content

Commit e03f99e

Browse files
committed
TSConfig
1 parent 1a3f8ce commit e03f99e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/next/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
".next/types/**/*.ts",
3030
"df/*.d.ts",
3131
".next\\dev/types/**/*.ts",
32-
".next\\dev/types/**/*.ts"
32+
".next\\dev/types/**/*.ts",
33+
".next/dev/types/**/*.ts"
3334
],
3435
"exclude": ["node_modules"]
3536
}

0 commit comments

Comments
 (0)