Improve TypeScript support

This commit is contained in:
Luca Bosin
2023-08-25 16:48:27 +02:00
parent 5ecaa5560d
commit e8b11c7718
6 changed files with 46 additions and 3137 deletions

6
vite.config.ts Normal file
View File

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