Clean up code and enable strict TS

This commit is contained in:
Andras Schmelczer 2026-05-04 10:16:28 +01:00
parent f350b1ff37
commit 0735dd764f
21 changed files with 124 additions and 119 deletions

View file

@ -3,9 +3,6 @@ import { viteSingleFile } from 'vite-plugin-singlefile';
export default defineConfig({
plugins: [viteSingleFile()],
define: {
__BUILD_DATE__: Date.now(),
},
build: {
target: 'es2022',
cssCodeSplit: false,