Update tsconfig

This commit is contained in:
Owen
2026-05-27 21:28:34 -07:00
parent b3963cc34b
commit a5332bb0cc
3 changed files with 11 additions and 8 deletions

View File

@@ -57,9 +57,10 @@
"**/*.ts",
"**/*.tsx",
"**/*.d.ts",
".next/types/**/*.ts"
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}
}