diff --git a/tsconfig.app.json b/tsconfig.app.json index 41ea363..5a24d2c 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -27,7 +27,7 @@ "noUncheckedSideEffectImports": true, /* Type resolution */ - "types": [] + "types": ["node"] }, "include": ["src"] }