diff --git a/tsconfig.json b/tsconfig.json
index 5e8158f..abc6a30 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,7 +6,8 @@
     "strict": true,
     "alwaysStrict": true,
     "moduleResolution": "node",
-    "esModuleInterop": true
+    "esModuleInterop": true,
+    "types": ["webpack-env"]
   },
   "include": ["**/*"]
 }