Skip to content

Commit bff9db3

Browse files
committed
✨ Update tsconfig.json to streamline included files for TypeScript compilation
1 parent 5cca0f4 commit bff9db3

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@
2222
"@/*": ["./*"]
2323
}
2424
},
25-
"include": [
26-
"next-env.d.ts",
27-
"**/*.ts",
28-
"**/*.tsx",
29-
".next/types/**/*.ts",
30-
".next/dev/types/**/*.ts",
31-
"**/*.mts"
32-
],
25+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
3326
"exclude": ["node_modules"]
3427
}

0 commit comments

Comments
 (0)