Fix errors while building in prod mode

This commit is contained in:
Felipe Knorr Kuhn 2022-07-07 12:47:31 -07:00
parent 07610c7ed0
commit af27d68add
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -1,4 +1,8 @@
{
"extends": "./tsconfig",
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"],
"compilerOptions": {
"types": ["node"]
},
}