Do another refactoring of frontend

This commit is contained in:
2021-12-11 17:15:50 +01:00
parent b5c252bd4d
commit 7dabb49cd4
4 changed files with 61 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"checkJs": true,
"target": "es6"
"target": "es2017"
}
}