diff --git a/tsconfig.json b/tsconfig.json index 0f47472..57ea172 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,6 @@ "skipLibCheck": true, "sourceMap": true, "strict": true - } + }, + "types": ["node"] }