We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07610c7 commit af27d68Copy full SHA for af27d68
backend/tsconfig.build.json
@@ -1,4 +1,8 @@
1
{
2
"extends": "./tsconfig",
3
- "exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
+ "exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"],
4
+ "compilerOptions": {
5
+ "types": ["node"]
6
+ },
7
+
8
}
0 commit comments