fixed typo in file extension

This commit is contained in:
Przemek Wiech 2021-09-18 22:16:15 +02:00
parent b59b4c6748
commit c564d592ec

4
src/imports.d.ts vendored
View File

@ -1,2 +1,2 @@
declare module '*.jng'
declare module '*.png'
declare module '*.jng';
declare module '*.png';