# HG changeset patch
# User Frank Bessou <frank.bessou@logilab.fr>
# Date 1614181950 -3600
#      Wed Feb 24 16:52:30 2021 +0100
# Node ID daf62961f2766446363f225b0fb8e80a90675f99
# Parent  5f7a610e60d5c9087adf9d2f8d110681c9f585b5
chore: compile source maps in ra-cubicweb

diff --git a/packages/ra-cubicweb/tsconfig.json b/packages/ra-cubicweb/tsconfig.json
--- a/packages/ra-cubicweb/tsconfig.json
+++ b/packages/ra-cubicweb/tsconfig.json
@@ -8,7 +8,8 @@
     "esModuleInterop": true,
     "rootDir": "src",
     "skipLibCheck": true,
-    "outDir": "dist"
+    "outDir": "dist",
+    "sourceMap": true
   },
   "include": ["src"]
 }