Skip to content

Commit 2394a2d

Browse files
committed
chore(coding-plans): drop stray .next/dev/dev/types tsconfig include
This duplicated glob with a doubled dev/dev segment was auto-written into tsconfig.json by the Next dev server and committed by mistake. It points at a nonexistent directory and duplicates the existing .next/dev/types entry, so removing it restores tsconfig to match main.
1 parent ebf9ac2 commit 2394a2d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/web/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"sentry.edge.config.ts",
5050
"sentry.server.config.ts",
5151
".next/dev/types/**/*.ts",
52-
"dev/discord-gateway-cron.ts",
53-
".next/dev/dev/types/**/*.ts"
52+
"dev/discord-gateway-cron.ts"
5453
],
5554
"exclude": ["node_modules", ".next"]
5655
}

0 commit comments

Comments
 (0)