Quellcode durchsuchen

Updated lib to ESNext to use Promise.allSettled

jnfrati vor 4 Jahren
Ursprung
Commit
66861e71b3
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      dashboard/tsconfig.json

+ 1 - 0
dashboard/tsconfig.json

@@ -1,5 +1,6 @@
 {
 {
   "compilerOptions": {
   "compilerOptions": {
+    "lib": ["ESNext"],
     "baseUrl": "src",
     "baseUrl": "src",
     "outDir": "./build/",
     "outDir": "./build/",
     "sourceMap": true,
     "sourceMap": true,