Suppression commentaire inutile

This commit is contained in:
Fabrice PENHOËT 2021-05-18 12:17:38 +02:00
parent b1d8fdf45a
commit d8778a1224
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"outDir": "./src", "outDir": "./src",
"noImplicitAny": true, "noImplicitAny": true,
"module": "es6", "module": "es6",
"target": "es5", // compilation en JS compatible ES5 "target": "es5",
"jsx": "react", "jsx": "react",
"allowJs": true "allowJs": true
} }