chore(*): Remove typescript

This commit is contained in:
Josh Creek
2023-06-30 17:10:47 +00:00
parent 6b29dd068f
commit fb45bac08f
6 changed files with 59 additions and 358 deletions
+6
View File
@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});