workadventure/front/src/WebRtc
David Négrier 4d4f845b9e Setting "importsNotUsedAsValues": "error"
Turning the "importsNotUsedAsValues" TS config value to "error".
This will require us to use `import type` instead of `import` when we are importing a value that is only used as a type (and therefore that is dropped by the Typescript compiler).

Why this change?
This is a requirement to be able to use Svelte in the future. See https://github.com/sveltejs/svelte-preprocess/issues/206#issuecomment-663193798
2021-05-12 09:13:25 +02:00
..
AudioManager.ts Store muted setting of audio player in local storage 2021-03-22 20:09:11 +01:00
BlackListManager.ts FEATURE: implemented a client side blacklist 2021-02-12 19:15:24 +01:00
CoWebsiteManager.ts FIX: in vertical mode, the coWebSite now open from the top 2021-04-13 11:34:14 +02:00
DiscussionManager.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
HtmlUtils.ts Implementation of openPopup script method (WIP) 2021-03-09 16:21:14 +01:00
JitsiFactory.ts Closing game webcame in Jitsi 2021-05-11 14:52:51 +02:00
LayoutManager.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
MediaManager.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
ScreenSharingPeer.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
SimplePeer.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
VideoPeer.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00