aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/tsconfig.node.json')
-rw-r--r--subprojects/frontend/tsconfig.node.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/tsconfig.node.json b/subprojects/frontend/tsconfig.node.json
index 47feaf97..99e4eaca 100644
--- a/subprojects/frontend/tsconfig.node.json
+++ b/subprojects/frontend/tsconfig.node.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 "composite": true, 9 "composite": true,
10 "lib": ["ES2022"], 10 "lib": ["ES2022"],