aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/tsconfig.json')
-rw-r--r--subprojects/frontend/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/tsconfig.json b/subprojects/frontend/tsconfig.json
index 06f6d8fe..3b20bc83 100644
--- a/subprojects/frontend/tsconfig.json
+++ b/subprojects/frontend/tsconfig.json
@@ -4,7 +4,7 @@
4 * SPDX-License-Identifier: EPL-2.0 4 * SPDX-License-Identifier: EPL-2.0
5 */ 5 */
6{ 6{
7 "extends": "./tsconfig.base.json", 7 "extends": "../../tsconfig.base.json",
8 "compilerOptions": { 8 "compilerOptions": {
9 "jsx": "react-jsx", 9 "jsx": "react-jsx",
10 "lib": ["DOM", "DOM.Iterable", "ES2022"], 10 "lib": ["DOM", "DOM.Iterable", "ES2022"],