diff --git a/npm/socket-patch/tsconfig.json b/npm/socket-patch/tsconfig.json index 1b950f9..6998287 100644 --- a/npm/socket-patch/tsconfig.json +++ b/npm/socket-patch/tsconfig.json @@ -9,7 +9,8 @@ "rootDir": "src", "strict": true, "skipLibCheck": true, - "esModuleInterop": true + "esModuleInterop": true, + "types": ["node"] }, "include": ["src"] }