summaryrefslogtreecommitdiff
path: root/front/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'front/tsconfig.json')
-rw-r--r--front/tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/front/tsconfig.json b/front/tsconfig.json
index a273b0c..cb8923e 100644
--- a/front/tsconfig.json
+++ b/front/tsconfig.json
@@ -1,6 +1,9 @@
{
"compilerOptions": {
"target": "es5",
+ "resolveJsonModule": true,
+ "esModuleInterop": true,
+ "strictPropertyInitialization": false,
"lib": [
"dom",
"dom.iterable",