diff --git a/tsconfig.json b/tsconfig.json
index 310011d4212a95c15a0cac21d5e528f1964df54d..af6abf960c5b16e9c6b7b373222b19947a704430 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,9 +2,6 @@
     "compilerOptions": {
         "typeRoots": [
             "./node_modules/phaser/types"
-        ],
-        "types": [
-            "Phaser"
         ]
     }
-}
\ No newline at end of file
+}