mirror of
https://github.com/danbulant/ester_os
synced 2026-06-18 13:51:09 +00:00
Fix VSCode complainging about module not existing for image files
This commit is contained in:
parent
6903f54e53
commit
6eefb130f4
1 changed files with 4 additions and 0 deletions
4
client/assets.d.ts
vendored
Normal file
4
client/assets.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
declare module '*.css' { export default '' as string; }
|
||||
declare module '*.png' { export default '' as string; }
|
||||
declare module '*.jpg' { export default '' as string; }
|
||||
declare module '*.gif' { export default '' as string; }
|
||||
Loading…
Reference in a new issue