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 }