fix: include .next in tsconfig

This commit is contained in:
Christel Westerberg
2024-04-18 11:46:10 +02:00
parent 1a95b65653
commit 3043c519eb

View File

@@ -25,5 +25,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", ".next"]
"exclude": ["node_modules"]
}