From 862cb00e40aa6f094aff019a44f52ebfca90ab88 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 22 Nov 2022 16:35:42 +0100 Subject: fix(frontend): mobx 6.7.0 typing Also bumps some dependencies and updates tsconfig.json The added workarounds should be remove once https://github.com/mobxjs/mobx/issues/3582 is resolved. --- subprojects/frontend/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subprojects/frontend/tsconfig.json') diff --git a/subprojects/frontend/tsconfig.json b/subprojects/frontend/tsconfig.json index e8053768..0dccec40 100644 --- a/subprojects/frontend/tsconfig.json +++ b/subprojects/frontend/tsconfig.json @@ -1,9 +1,9 @@ { "extends": "./tsconfig.base.json", "compilerOptions": { - "jsx": "react", + "jsx": "react-jsx", "noEmit": true, - "lib": ["DOM", "DOM.Iterable", "ESNext"], + "lib": ["DOM", "DOM.Iterable", "ES2022"], "types": ["vite/client", "vite-plugin-pwa/client"] }, "include": [ -- cgit v1.2.3-70-g09d2