1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Switching the jsconfig & vite config to TypeScript

This commit is contained in:
2024-11-30 04:20:27 +04:00
parent ee3fcd1b08
commit 59c958ab32
3 changed files with 2 additions and 2 deletions

8
vite.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import {sveltekit} from '@sveltejs/kit/vite';
import {defineConfig} from 'vite';
export default defineConfig({
plugins: [
sveltekit(),
]
});