🚀 imrpove algorithm

This commit is contained in:
platane
2020-10-31 17:23:19 +01:00
parent d81ecec836
commit b595e7de53
22 changed files with 707 additions and 451 deletions

View File

@@ -25,7 +25,7 @@ const config: Configuration = {
transpileOnly: true,
compilerOptions: {
lib: ["dom", "es2020"],
target: "es5",
target: "es2019",
},
},
},