diff --git a/tsconfig.json b/tsconfig.json index e7eee61..cb56acc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "resolveJsonModule": true, "noImplicitThis": true, "alwaysStrict": true, - "types": ["node"], "esModuleInterop": true, "outDir": "dist" },