workadventure/front/src/Phaser/Components
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
..
ChatModeIcon.ts FEAT: prototype game menu using html elements, better icon for text chat 2020-12-15 16:37:57 +01:00
ClickButton.ts basic login page with a text input and a click button 2020-04-26 17:54:56 +02:00
Loader.ts Revert "Fix loader logo WA (#991)" 2021-05-04 15:15:23 +02:00
MobileJoystick.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
OpenChatIcon.ts Fix icon discussion 2021-02-03 23:11:33 +01:00
PresentationModeIcon.ts FEAT: prototype game menu using html elements, better icon for text chat 2020-12-15 16:37:57 +01:00
SoundMeter.ts Fix error context sound meter (#1009) 2021-05-10 19:55:43 +02:00
SoundMeterSprite.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
TextField.ts improved textField component and allowed 8 caracter names 2020-10-15 14:23:39 +02:00
TextInput.ts Make login text input field touch capable (thx @TabscoEye) 2021-04-13 00:19:06 +02:00
TextUtils.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
WarningContainer.ts FEATURE: warning message when world is near full capacity 2021-03-23 17:44:47 +01:00