workadventure/front/src/Phaser
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
..
Companion Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Components Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Entity Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Game Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Items Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Login Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Map Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Menu Fixing "camera popup" always display on resize 2021-05-10 19:05:01 +02:00
Player Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Reconnecting Add error message (#970) 2021-04-29 23:47:30 +02:00
Services Fixing CI 2021-05-05 13:14:00 +02:00
Shaders Bump Phaser version 2021-04-21 10:35:38 +02:00
UserInput Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00