Update eslint to type check

This commit is contained in:
2025-05-25 13:34:23 -04:00
parent c4265bbcad
commit 8b5efb0879
68 changed files with 2420 additions and 2015 deletions

View File

@@ -1,7 +1,7 @@
import tailwindcss from "@tailwindcss/vite";
import react from '@vitejs/plugin-react';
import { resolve } from 'path';
import { defineConfig } from 'vite';
import react from "@vitejs/plugin-react";
import { resolve } from "path";
import { defineConfig } from "vite";
// https://vite.dev/config/
@@ -15,5 +15,8 @@ export default defineConfig({
"@": resolve(__dirname, "./src"),
"#root": resolve(__dirname)
}
},
build: {
chunkSizeWarningLimit: 1024
}
});