add typescript support in svelte files, .js to .ts

This commit is contained in:
2025-06-10 11:05:23 +02:00
parent 2278b18f02
commit acef68dc26
37 changed files with 93 additions and 24 deletions

3
src/lib/config.ts Normal file
View File

@@ -0,0 +1,3 @@
import { readFileSync } from 'fs';
export default JSON.parse(readFileSync('./config.json'));