workadventure/front/src/Phaser/Login
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
..
AbstractCharacterScene.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
CustomizeScene.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
EnableCameraScene.ts Merge branch 'master' of github.com:thecodingmachine/workadventure into develop 2021-05-11 16:43:34 +02:00
EntryScene.ts Merge branch 'develop' of github.com:thecodingmachine/workadventure into resolution 2021-05-05 11:01:11 +02:00
LoginScene.ts Refactoring centering of DOM elements 2021-05-05 17:10:39 +02:00
ResizableScene.ts Refactoring centering of DOM elements 2021-05-05 17:10:39 +02:00
SelectCharacterMobileScene.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
SelectCharacterScene.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
SelectCompanionScene.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00