workadventure/front/src/Phaser/Entity
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
..
Character.ts added companion compatibility with phaser 3.54.0 2021-04-09 18:30:30 +02:00
PlayerTextures.ts Error lazy loading 2021-01-24 18:00:30 +01:00
PlayerTexturesLoadingManager.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
RemotePlayer.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
SpeechBubble.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Sprite.ts rewrote the app code to more easily allow for collisions 2020-04-12 16:12:08 +02:00