Merged in fix/tsconfig-include-next (pull request #127)

fix: include .next in tsconfig
This commit is contained in:
Christel Westerberg
2024-04-18 10:00:09 +00:00
committed by Michael Zetterberg

View File

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