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.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/frontend/tsconfig.node.json b/subprojects/frontend/tsconfig.node.json
index f5d6e6ec..c4539dbc 100644
--- a/subprojects/frontend/tsconfig.node.json
+++ b/subprojects/frontend/tsconfig.node.json
@@ -2,8 +2,7 @@
2 "extends": "./tsconfig.base.json", 2 "extends": "./tsconfig.base.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "composite": true, 4 "composite": true,
5 "checkJs": true, 5 "lib": ["ES2022"],
6 "lib": ["ESNext"],
7 "types": ["node"], 6 "types": ["node"],
8 "emitDeclarationOnly": true, 7 "emitDeclarationOnly": true,
9 "outDir": "build/typescript" 8 "outDir": "build/typescript"