Fix errors while building in prod mode
This commit is contained in:
parent
07610c7ed0
commit
af27d68add
@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig",
|
"extends": "./tsconfig",
|
||||||
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
|
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"],
|
||||||
|
"compilerOptions": {
|
||||||
|
"types": ["node"]
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user