working on redoing ts and vite conf

This commit is contained in:
Logan Jones
2025-04-08 12:11:16 -05:00
parent d1857c4419
commit 8998c14954
8 changed files with 105 additions and 46 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from "vite";
import tsConfigPaths from "vite-tsconfig-paths";
export default defineConfig({
plugins: [tsConfigPaths()],
});