]> Untitled Git - lemmy.git/blobdiff - ui/tsconfig.json
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / ui / tsconfig.json
index 78723b5f5942ea2e42809d75d6dcf486f37f48a9..f1a2c4bd86237fac9e1a7b3976af870a747cee28 100644 (file)
@@ -7,6 +7,7 @@
     "jsx": "preserve",
     "importHelpers": true,
     "emitDecoratorMetadata": true,
-    "experimentalDecorators": true
+    "experimentalDecorators": true,
+    "esModuleInterop": true
   }
 }