From d8778a1224e55048917b14332e89358a6fdd6d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Tue, 18 May 2021 12:17:38 +0200 Subject: [PATCH] Suppression commentaire inutile --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7a3a0a5..ac0bd73 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "./src", "noImplicitAny": true, "module": "es6", - "target": "es5", // compilation en JS compatible ES5 + "target": "es5", "jsx": "react", "allowJs": true }