From 1c19b79dcef8fa181a2036fd5dd210d78ed82537 Mon Sep 17 00:00:00 2001 From: "kevin.heirich" <kevin.heirich@hesge.ch> Date: Thu, 15 Dec 2022 15:05:24 +0100 Subject: [PATCH] Debug of the compiler options in the tsconfig.json file --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 310011d..af6abf9 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 +} -- GitLab