This commit is contained in:
kharhamel 2020-04-19 20:45:34 +02:00
parent 61c6b9dacb
commit 60606947ab
18 changed files with 284 additions and 384 deletions

View file

@ -7,6 +7,7 @@
"module": "es6",
"target": "es5",
"jsx": "react",
"downlevelIteration": true,
"allowJs": true
}
}