Skip to content

Commit af27d68

Browse files
committed
Fix errors while building in prod mode
1 parent 07610c7 commit af27d68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

backend/tsconfig.build.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"extends": "./tsconfig",
3-
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
3+
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"],
4+
"compilerOptions": {
5+
"types": ["node"]
6+
},
7+
48
}

0 commit comments

Comments
 (0)