From 8138549f64403874eb7c7ddfbde1cc2cc2c03695 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Mon, 23 Jun 2025 17:20:31 +0700 Subject: Typescript validation finally passes. --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vite.config.mts') diff --git a/vite.config.mts b/vite.config.mts index 2448566..cf45ffb 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -4,7 +4,6 @@ import react from "@vitejs/plugin-react" import {defineConfig} from "vite" import {viteSingleFile} from "vite-plugin-singlefile" -// https://vite.dev/config/ export default defineConfig({ plugins: [react(), tailwindcss(), viteSingleFile()], @@ -17,6 +16,7 @@ export default defineConfig({ host: "0.0.0.0", port: 8080, }, + build: { target: "es2015", lib: { -- cgit v1.2.3