aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index f531992d..b5c36853 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -21,7 +21,9 @@
"lib": [
"es2020",
"dom"
- ]
+ ],
+ "resolveJsonModule": true,
+ "esModuleInterop": true,
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
@@ -29,4 +31,4 @@
"strictInputAccessModifiers": true,
"strictTemplates": true
}
-}
+} \ No newline at end of file