Update eslint to type check
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user