workadventure/front
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
..
dist Merge branch 'master' of github.com:thecodingmachine/workadventure into develop 2021-05-11 16:43:34 +02:00
packages/iframe-api-typings Dynamically fetching correct version and generating declarations only for npm lib 2021-04-11 11:32:56 +02:00
src Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
tests/Phaser Merge pull request #974 from tabascoeye/patch-1 2021-05-05 18:44:01 +02:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Enabling stricter lint on front 2020-06-19 14:29:29 +02:00
.gitignore Template google analytics data 2021-01-19 12:17:05 +01:00
Dockerfile [Breaking change] UPLOADER_URL and ADMIN_URL are now true URLs (and not only host name) and API_URL is replaced by PUSHER_URL 2021-03-31 16:00:14 +02:00
jasmine.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
LICENSE.txt Changing license to AGPL + Commons Clause 2020-06-09 10:17:21 +02:00
package.json Merge branch 'develop' of github.com:thecodingmachine/workadventure into skiprender2 2021-05-06 16:25:13 +02:00
templater.sh Fixing GA tag not included in play domain 2021-03-05 10:00:11 +01:00
tsconfig.json Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
webpack.config.js Fixing broken live-reload 2021-03-31 16:20:21 +02:00
webpack.prod.js Sending the source map out of the main JS file to reduce size 2020-07-02 10:38:36 +02:00
yarn.lock Merge branch 'develop' of github.com:thecodingmachine/workadventure into skiprender2 2021-05-06 16:25:13 +02:00