diff --git a/tsconfig.json b/tsconfig.json index 0615b96..cb0b80e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,8 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "types": ["node"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"]