workadventure/front/src
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
..
Administration Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Api Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Connexion Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Enum Removing RESOLUTION and ZOOM_LEVEL settings: they are no more needed or supported 2021-05-05 17:11:03 +02:00
Exception Create exception error 2020-12-18 14:30:46 +01:00
Logger Fixing use const instead of let 2020-06-19 14:30:34 +02:00
Messages Migrating messages locally into back and front 2020-09-24 11:16:08 +02:00
Network Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Phaser Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Touch FEATURE: add the ability to zoom in and out using touch screen 2021-04-15 16:37:58 +02:00
Url Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
WebRtc Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
iframe_api.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
index.ts Merge branch 'develop' of github.com:thecodingmachine/workadventure into skiprender2 2021-05-06 16:25:13 +02:00
rex-plugins.d.ts Removing mousewheel to up down plugin 2021-05-05 12:15:13 +02:00
types.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00