typescript thingy

This commit is contained in:
Joeri Exelmans 2025-10-14 18:41:20 +02:00
parent 5ffa084516
commit 63265c2b4c

2
global.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
// without this TypeScript complains when importing CSS files
declare module '*.css';