Explorar o código

Update vite.config.ts

lex %!s(int64=2) %!d(string=hai) anos
pai
achega
48762cf8a0
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      vite.config.ts

+ 2 - 1
vite.config.ts

@@ -110,6 +110,7 @@ export default defineConfig({
         index: resolve('index.html'),
         teacher: resolve('teacher.html')
       }
-    }
+    },
+    target: 'es2015'
   }
 })