Converted assets index.js to typescript
This commit is contained in:
parent
b9d003196a
commit
349cad53a2
5
src/global.d.ts
vendored
5
src/global.d.ts
vendored
@ -1,4 +1,7 @@
|
||||
declare module 'pepjs';
|
||||
declare module 'socket.io-msgpack-parser';
|
||||
declare module 'fake-indexeddb';
|
||||
declare module 'fake-indexeddb/lib/FDBKeyRange'
|
||||
declare module 'fake-indexeddb/lib/FDBKeyRange';
|
||||
declare module '*.glb';
|
||||
declare module '*.png';
|
||||
declare module '*.mp4';
|
Loading…
x
Reference in New Issue
Block a user