diff --git a/tsconfig.json b/tsconfig.json index 2e4f7f1..2792329 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, - "isolatedModules": true + "isolatedModules": true, + "types": ["node"] }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"]